# File lib/standard/facets/ostruct.rb, line 65 def [](key) key = key.to_sym unless key.is_a?(Symbol) @table[key] end