Skip to content

Instantly share code, notes, and snippets.

@rusilko
Last active March 27, 2016 00:31
Show Gist options
  • Save rusilko/2415e83249209b9f2d6e to your computer and use it in GitHub Desktop.
Save rusilko/2415e83249209b9f2d6e to your computer and use it in GitHub Desktop.
def evaluation_steps
{
result_1: ::Defaults::Result1,
result_2: ::Defaults::Result2,
result_3: lambda { |input_a:, input_b:, **kwargs| input_a + input_b }
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment