Skip to content

Instantly share code, notes, and snippets.

@JRJurman
Last active December 12, 2015 02:38
Show Gist options
  • Select an option

  • Save JRJurman/4700505 to your computer and use it in GitHub Desktop.

Select an option

Save JRJurman/4700505 to your computer and use it in GitHub Desktop.
def m
def m
puts "bar"
end
puts "foo"
end
m #=> prints "foo\n"
m #=> prints "bar\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment