Method: Flydata::TableAttribute.delete_attribute

Defined in:
lib/flydata/table_attribute.rb

.delete_attribute(table_attributes, key) ⇒ Object



14
15
16
17
# File 'lib/flydata/table_attribute.rb', line 14

def self.delete_attribute(table_attributes, key)
  table_attributes.each {|tbl_attr| tbl_attr.delete(key.to_s)}
  table_attributes
end