Method: BinStruct::SInt16le#initialize
- Defined in:
- lib/bin_struct/int.rb
#initialize(options = {}) ⇒ SInt16le
Returns a new instance of SInt16le.
213 214 215 216 |
# File 'lib/bin_struct/int.rb', line 213 def initialize( = {}) opts = { value: [:value], endian: :little } super(opts) end |