Class: Fauxsql::Options

Inherits:
Hash
  • Object
show all
Defined in:
lib/fauxsql/options.rb

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



2
3
4
# File 'lib/fauxsql/options.rb', line 2

def [](key)
  super(key) || {}
end