We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@option
Binary::Stream#initialize
1 parent fa99da2 commit 2706233Copy full SHA for 2706233
lib/ronin/support/binary/stream.rb
@@ -75,6 +75,12 @@ class Stream
75
# :arm64, :arm64_le, :arm64_be] :arch
76
# The desired architecture for the values of the IO stream.
77
#
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
+ #
84
def initialize(io, **kwargs)
85
initialize_type_system(**kwargs)
86
0 commit comments