Method: Doable::Job#context

Defined in:
lib/doable/job.rb

#contextBinding

Returns the binding context of the Job

Returns:

  • (Binding)


115
116
117
# File 'lib/doable/job.rb', line 115

def context
  binding
end