Class: Oinky::ExHash

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

Instance Method Summary collapse

Instance Method Details

#[](x) ⇒ Object



19
20
21
22
# File 'lib/oinky.rb', line 19

def [](x)
  # This allows access by string or symbol
  return super(x.to_s)
end