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