evaluate code
# File lib/erubis/evaluator.rb, line 34 def evaluate(*args) raise NotSupportedError.new("evaluation of code except Ruby is not supported.") end
# File lib/erubis/evaluator.rb, line 26 def init_evaluator(properties) @filename = properties[:filename] end
# File lib/erubis/evaluator.rb, line 30 def result(*args) raise NotSupportedError.new("evaluation of code except Ruby is not supported.") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.