module Gotta::Run::Ruby::Loader::Executor
Public Class Methods
run(lambda, event)
click to toggle source
# File lib/gotta/run/ruby/loader/executor.rb, line 23 def self.run(lambda, event) lambda.call(event) end