class Hashie::Dash

def initialize_attributes(attributes)

def initialize_attributes(attributes)
  attributes.each_pair do |att, value|
    self[att] = value
  end if attributes
end