= private = protected
delete_field(name)
Remove the named field from the object.
# File lib/ostruct.rb, line 109 def delete_field(name) @table.delete name.to_sym end