Module Erubis
In: lib/merb-core/controller/template.rb
lib/merb-core/gem_ext/erubis.rb

Methods

Classes and Modules

Module Erubis::RubyEvaluator
Class Erubis::MEruby

Public Class methods

Loads a file, runs it through Erubis and parses it as YAML.

Parameters
file<String>:The name of the file to load.
binding<Binding>:The binding to use when evaluating the ERB tags. Defaults to the current binding.

[Validate]