Method: Rodbot::Relay#loops
- Defined in:
- lib/rodbot/relay.rb
permalink #loops ⇒ Array<Proc>
This method is abstract.
Loops which will be called by the relay service
58 59 60 |
# File 'lib/rodbot/relay.rb', line 58 def loops fail(Rodbot::RelayError, "loops method is not implemented") end |