Class: Prpr::Runner
- Inherits:
-
Object
- Object
- Prpr::Runner
- Defined in:
- lib/prpr/runner.rb
Instance Method Summary collapse
- #bundle ⇒ Object
- #call(payload, event:) ⇒ Object
-
#initialize ⇒ Runner
constructor
A new instance of Runner.
Constructor Details
#initialize ⇒ Runner
Returns a new instance of Runner.
3 4 5 |
# File 'lib/prpr/runner.rb', line 3 def initialize bundle end |
Instance Method Details
#bundle ⇒ Object
12 13 14 15 |
# File 'lib/prpr/runner.rb', line 12 def bundle ::Bundler.require rescue ::Bundler::GemfileNotFound end |