Method: Ork::Connection#start
- Defined in:
- lib/ork/connection.rb
#start(context, options = {}) ⇒ Object
14 15 16 17 18 |
# File 'lib/ork/connection.rb', line 14 def start(context, = {}) self.context = context self. = self.reset! end |