Class Index [+]

Quicksearch

Erubis::Evaluator

evaluate code

Attributes

src[RW]
filename[RW]

Public Instance Methods

evaluate(*args) click to toggle source
    # File lib/erubis/evaluator.rb, line 34
34:     def evaluate(*args)
35:       raise NotSupportedError.new("evaluation of code except Ruby is not supported.")
36:     end
init_evaluator(properties) click to toggle source
    # File lib/erubis/evaluator.rb, line 26
26:     def init_evaluator(properties)
27:       @filename = properties[:filename]
28:     end
result(*args) click to toggle source
    # File lib/erubis/evaluator.rb, line 30
30:     def result(*args)
31:       raise NotSupportedError.new("evaluation of code except Ruby is not supported.")
32:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.