Method: LibSL::LLU32#encode
- Defined in:
- lib/types.rb
#encode ⇒ Object
179 180 181 182 |
# File 'lib/types.rb', line 179 def encode() raise ArgumentError, "Value out of range: #{@value}" if @value < 0 or @value > 0xffffffff super('V1') end |