module Ruboty::Tryruby

Constants

VERSION

Public Class Methods

evaluate(command) click to toggle source
# File lib/ruboty/tryruby.rb, line 10
def self.evaluate(command)
  evaluator = Evaluator.new(command)
  evaluator.evaluate
end