Skip to content

Commit fa99da2

Browse files
committed
Added a missing YARD @option for Binary::Stack#initialize.
1 parent 44349bb commit fa99da2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/ronin/support/binary/stack.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ class Stack
115115
# :arm64, :arm64_le, :arm64_be] :arch
116116
# The desired architecture for the values within the stack.
117117
#
118+
# @option kwargs [:linux, :macos, :windows,
119+
# :android, :apple_ios, :bsd,
120+
# :freebsd, :openbsd, :netbsd] :os
121+
# The desired Operating System (OS) for the values within the stack.
122+
#
118123
def initialize(string=nil, **kwargs)
119124
initialize_type_system(**kwargs)
120125

0 commit comments

Comments
 (0)