Skip to content

Instantly share code, notes, and snippets.

@rusilko
Last active March 25, 2016 18:49
Show Gist options
  • Save rusilko/f4184bbe12fc0b5be5ec to your computer and use it in GitHub Desktop.
Save rusilko/f4184bbe12fc0b5be5ec to your computer and use it in GitHub Desktop.
class BankA
def parameters
{
bank_param_1: 0.6,
bank_param_2: 60,
}
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