Method: Q::Binomial2#eval
- Defined in:
- lib/q/parser.rb
#eval(scope) ⇒ Object
660 661 662 663 664 665 666 |
# File 'lib/q/parser.rb', line 660 def eval scope if has_feet? return operator.apply(scope, head, feet) end scope['_'] = head.eval(scope) end |