Class: GradeDown
Constant Summary collapse
- REP =
'\:'
Instance Method Summary collapse
Methods inherited from Op
#apply_monad_deep, #integer_args, #numeric_literal?, #to_numeric
Instance Method Details
#run(ary, interpreter) ⇒ Object
95 96 97 |
# File 'lib/jop.rb', line 95 def run ary, interpreter GradeUp.new.run(ary, interpreter).reverse end |