class Hashie::Dash

def self.required?(name)

required.
Check to see if the specified property is
def self.required?(name)
  required_properties.include? name.to_sym
end