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