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