Public instance methods
haml
(content, options={})
[show source]
# File lib/sinatra.rb, line 603 603: def haml(content, options={}) 604: require 'haml' 605: render(:haml, content, options) 606: end