Module: BELParser::Script::StateFunction

Instance Method Summary collapse

Instance Method Details

#consume(ast_node, script_context) ⇒ Object

This method is abstract.

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/bel_parser/script/state_function.rb', line 5

def consume(ast_node, script_context)
  raise NotImplementedError, "#{__method__} is not implemented."
end