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