Module: Sinatra::Maruku

Defined in:
lib/sinatra/maruku.rb

Instance Method Summary collapse

Instance Method Details

#maruku(template, options = {}, locals = {}) ⇒ Object



7
8
9
# File 'lib/sinatra/maruku.rb', line 7

def maruku(template, options={}, locals={})
  render :maruku, template, options, locals
end