Skip to content

Instantly share code, notes, and snippets.

@simonc
Created August 23, 2012 12:18
Show Gist options
  • Save simonc/3436157 to your computer and use it in GitHub Desktop.
Save simonc/3436157 to your computer and use it in GitHub Desktop.
options = {
option_1: a,
option_2: blabla,
option_3: blablablablablabla,
option_4: bblablablablablablablabla,
option_5: bblablablabla
}
local_var.method_with_hash_and_block(mandatory_param, options) do |v|
d = v.bla
e = v.bla
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment