Method: EXEL::ASTNode#run

Defined in:
lib/exel/ast_node.rb

#run(_context) ⇒ Object



19
20
21
# File 'lib/exel/ast_node.rb', line 19

def run(_context)
  raise "#{self.class} does not implement #process"
end