Class: Skooma::Instance::Headers

Inherits:
JSONSkooma::JSONNode
  • Object
show all
Defined in:
lib/skooma/instance.rb

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



117
118
119
# File 'lib/skooma/instance.rb', line 117

def [](key)
  super(key.to_s.downcase)
end