Skip to content

Instantly share code, notes, and snippets.

@JustinChristensen
Created December 17, 2014 03:34
Show Gist options
  • Save JustinChristensen/a0d02b9e19b192e33ac4 to your computer and use it in GitHub Desktop.
Save JustinChristensen/a0d02b9e19b192e33ac4 to your computer and use it in GitHub Desktop.
module Kernel
alias_method :old_require_relative, :require_relative
def require_relative path_string
puts path_string
old_require_relative path_string
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment