Skip to content

Instantly share code, notes, and snippets.

@azabaj
Created July 27, 2010 18:14
Show Gist options
  • Save azabaj/492609 to your computer and use it in GitHub Desktop.
Save azabaj/492609 to your computer and use it in GitHub Desktop.
def some_method
returning [] do |some_var|
some_var << 'foo'
some_var << 'bar'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment