Skip to content

Instantly share code, notes, and snippets.

@benhamill
Created July 23, 2013 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benhamill/6065254 to your computer and use it in GitHub Desktop.
Save benhamill/6065254 to your computer and use it in GitHub Desktop.
def example_method
[1,2].map do |i|
puts i
puts 'whoa'
end
end
def example_method
[1,2].map do |i|
puts i
end
puts 'whoa'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment