class Hashie::Dash

def self.property?(prop)

defined.
Check to see if the specified property has already been
def self.property?(prop)
  properties.include?(prop.to_s)
end