class Hashie::Dash

def self.properties

properties on this Dash.
Get a String array of the currently defined
def self.properties
  @properties.collect{|p| p.to_s}
end