Method: BinStruct::Int32n#initialize
- Defined in:
- lib/bin_struct/int.rb
#initialize(options = {}) ⇒ Int32n
Returns a new instance of Int32n.
354 355 356 357 |
# File 'lib/bin_struct/int.rb', line 354 def initialize( = {}) opts = { value: [:value], endian: :native } super(opts) end |