Module: Gotta::Run::Ruby::Loader::Executor
- Defined in:
- lib/gotta/run/ruby/loader/executor.rb
Class Method Summary collapse
Class Method Details
.run(lambda, event) ⇒ Object
23 24 25 |
# File 'lib/gotta/run/ruby/loader/executor.rb', line 23 def self.run(lambda, event) lambda.call(event) end |