Method: EurekaBot::Controller#answer
- Defined in:
- lib/eureka_bot/controller.rb
#answer(**params) ⇒ Object
34 35 36 37 38 39 |
# File 'lib/eureka_bot/controller.rb', line 34 def answer(**params) instrument 'controller.answer', params do response << params nil end end |