Skip to content

Instantly share code, notes, and snippets.

@dt1973
Created October 6, 2015 10:20
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 dt1973/7c8777fe704921fc05f3 to your computer and use it in GitHub Desktop.
Save dt1973/7c8777fe704921fc05f3 to your computer and use it in GitHub Desktop.
def c
puts "Some content"
end
def b
puts "Some content"
end
def a
puts "Some content"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment