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