# File lib/more/facets/ostructable.rb, line 132
  def delete_field(name)
    @__table__ ||= {}
    @__table__.delete name.to_sym
  end