class Haml::Options

def self.wrap(options)

def self.wrap(options)
  if options.is_a?(Options)
    options
  else
    Options.new(options)
  end
end