Module: Rainman::Handler::InstanceMethods
- Defined in:
- lib/rainman/handler.rb
Overview
These instance methods are available to handler instances.
Instance Method Summary collapse
-
#runner ⇒ Object
Public: A Runner is automatically available to handler instances.
Instance Method Details
#runner ⇒ Object
Public: A Runner is automatically available to handler instances.
Returns a Rainman::Runner.
24 25 26 |
# File 'lib/rainman/handler.rb', line 24 def runner @runner ||= Rainman::Runner.new(self) end |