Class: Transpec::Config::SymbolKeyHash

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

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



89
90
91
# File 'lib/transpec/config.rb', line 89

def [](key)
  super(key.to_sym)
end

#[]=(key, value) ⇒ Object



93
94
95
# File 'lib/transpec/config.rb', line 93

def []=(key, value)
  super(key.to_sym, value)
end