# File lib/eymiha/util/methodic_hash.rb, line 36 def [](key) begin super(key) || super(key.to_s) || super(key.to_sym) rescue nil end end