Method: AnyStyle::Dictionary::GDBM#initialize
- Defined in:
- lib/anystyle/dictionary/gdbm.rb
#initialize(options = {}) ⇒ GDBM
Returns a new instance of GDBM.
14 15 16 |
# File 'lib/anystyle/dictionary/gdbm.rb', line 14 def initialize( = {}) super(self.class.defaults.merge()) end |