Method: Mmdb::DB#initialize
- Defined in:
- lib/mmdb/db.rb
#initialize(file_path) ⇒ DB
Returns a new instance of DB.
7 8 9 |
# File 'lib/mmdb/db.rb', line 7 def initialize(file_path) @file_path = file_path end |
Returns a new instance of DB.
7 8 9 |
# File 'lib/mmdb/db.rb', line 7 def initialize(file_path) @file_path = file_path end |