class Hashie::Dash

def self.required?(name)

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