Ruboty handler to register a response.
Add this line to your application's Gemfile:
gem 'ruboty-response'
@ruboty add response /<regex>/ <response>
@ruboty list responses
@ruboty delete response <id>
> @ruboty add response /^foo$/ bar
Response 533 is registered.
> foo
bar
> fooo