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