module Sinatra::Templates

Public Instance Methods

mab(template, options={}, locals={}) click to toggle source
# File lib/markaby/sinatra.rb, line 14
def mab(template, options={}, locals={})
  render :mab, template, options, locals
end