module BELParser::Script::StateFunction
Public Instance Methods
consume(ast_node, script_context)
click to toggle source
@abstract Extend {StateFunction} and override {#consume}.
# File lib/bel_parser/script/state_function.rb, line 5 def consume(ast_node, script_context) raise NotImplementedError, "#{__method__} is not implemented." end