Skip to content

Instantly share code, notes, and snippets.

@tioover
Created December 21, 2014 03:23
Show Gist options
  • Save tioover/35fcf22fa30825929e8b to your computer and use it in GitHub Desktop.
Save tioover/35fcf22fa30825929e8b to your computer and use it in GitHub Desktop.
ruby require
def hello
print "hello"
end
require './a.rb'
def hello
print "hello2"
end
hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment