Skip to content

Instantly share code, notes, and snippets.

@rusilko
Last active March 25, 2016 19:36
Show Gist options
  • Save rusilko/ce30f94a7dac6366a8b2 to your computer and use it in GitHub Desktop.
Save rusilko/ce30f94a7dac6366a8b2 to your computer and use it in GitHub Desktop.
class BankB
def parameters
{
bank_param_1: 0.5,
bank_param_2: 65
}
end
def evaluation_steps
{
result_1: ::Defaults::Result1,
result_2: ::Defaults::Result2,
}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment