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.
@param
Binary::CTypes::TypeResolver#resolve
1 parent c1871f9 commit fd23938Copy full SHA for fd23938
lib/ronin/support/binary/ctypes/type_resolver.rb
@@ -81,10 +81,11 @@ def initialize(types)
81
# @param [Symbol,
82
# (Symbol, Integer),
83
# Range(type),
84
- # Binary::Struct.class] type_signature
+ # Binary::Struct.class,
85
+ # Binary::Union.class] type_signature
86
# The C type value. The value can be one of the following:
87
# * `Symbol` - represents a single type (ex: `:int32`)
- # * `(type, Integer)` - represents an Array type with the given
88
+ # * `(Symbol, Integer)` - represents an Array type with the given
89
# element type and length (ex: `[:int32, 10]`)
90
# * `Range(type)` - represents an unbounded Array type with the
91
# given element type. (ex: `:int32..`)
0 commit comments