Method: Axiom::Evaluator::Context#functions

Defined in:
lib/axiom/support/evaluator.rb

#functionsHash (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The functions to evaluate

Returns:

  • (Hash)


17
18
19
# File 'lib/axiom/support/evaluator.rb', line 17

def functions
  @functions
end