Method: Erubis::Evaluator#evaluate

Defined in:
lib/erubis/evaluator.rb

#evaluate(*args) ⇒ Object

Raises:



33
34
35
# File 'lib/erubis/evaluator.rb', line 33

def evaluate(*args)
  raise NotSupportedError.new("evaluation of code except Ruby is not supported.")
end