Skip to content

Instantly share code, notes, and snippets.

@davidbalbert
Created June 11, 2012 19:26
Show Gist options
  • Save davidbalbert/2912140 to your computer and use it in GitHub Desktop.
Save davidbalbert/2912140 to your computer and use it in GitHub Desktop.
require 'hello'
require 'goodbye'
module Foo
def goodbye
puts "goodbye, cruel world!"
end
end
module Foo
def hello
puts "hello, world"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment