Method: Mmdb::Decoder#initialize
- Defined in:
- lib/mmdb/decoder.rb
#initialize(data) ⇒ Decoder
Returns a new instance of Decoder.
5 6 7 |
# File 'lib/mmdb/decoder.rb', line 5 def initialize(data) @data = data end |
Returns a new instance of Decoder.
5 6 7 |
# File 'lib/mmdb/decoder.rb', line 5 def initialize(data) @data = data end |