Method: XlsFunction.functions
- Defined in:
- lib/xls_function.rb
.functions ⇒ Object
77 78 79 80 |
# File 'lib/xls_function.rb', line 77 def functions dictionaries = class_dictionary.reject { |_, v| v < XlsFunction::Evaluators::BinaryOperationEvaluator } dictionaries.to_h { |identifier, klass| [identifier.to_s.upcase, klass.to_h] } end |