Ruboty handler to evaluate a command.
Add this line to your application's Gemfile:
gem 'ruboty-evaluate'
@ruboty eval <command>
> @ruboty eval echo 'foo' foo > @ruboty eval ruby -e 'puts "bar"' bar