Class: Honeybadger::Plugin::Execution
- Inherits:
-
Object
- Object
- Honeybadger::Plugin::Execution
- Extended by:
- Forwardable
- Defined in:
- lib/honeybadger/plugin.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(config, &block) ⇒ Execution
constructor
A new instance of Execution.
Constructor Details
#initialize(config, &block) ⇒ Execution
Returns a new instance of Execution.
41 42 43 44 |
# File 'lib/honeybadger/plugin.rb', line 41 def initialize(config, &block) @config = config @block = block end |
Instance Method Details
#call ⇒ Object
46 47 48 |
# File 'lib/honeybadger/plugin.rb', line 46 def call instance_eval(&block) end |