Module Sinatra::Haml

  1. lib/sinatra.rb

Methods

public instance

  1. haml

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