Skip to content

Commit 2706233

Browse files
committed
Added a missing YARD @option for Binary::Stream#initialize.
1 parent fa99da2 commit 2706233

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/ronin/support/binary/stream.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ class Stream
7575
# :arm64, :arm64_le, :arm64_be] :arch
7676
# The desired architecture for the values of the IO stream.
7777
#
78+
# @option kwargs [:linux, :macos, :windows,
79+
# :android, :apple_ios, :bsd,
80+
# :freebsd, :openbsd, :netbsd] :os
81+
# The desired Operating System (OS) for the values within the IO
82+
# stream.
83+
#
7884
def initialize(io, **kwargs)
7985
initialize_type_system(**kwargs)
8086

0 commit comments

Comments
 (0)