module Erubis::Evaluator

def result(*args)

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