Module: Get::RunMethods

Defined in:
lib/get/run_methods.rb

Instance Method Summary collapse

Instance Method Details

#run(*context) ⇒ Object


3
4
5
# File 'lib/get/run_methods.rb', line 3

def run(*context)
  new(*context).run
end

#run!(*context) ⇒ Object


7
8
9
# File 'lib/get/run_methods.rb', line 7

def run!(*context)
  new(*context).run!
end