Skip to content

Instantly share code, notes, and snippets.

@bltavares
Last active August 29, 2015 14:01
Show Gist options
  • Save bltavares/3125026d490ef711b2ab to your computer and use it in GitHub Desktop.
Save bltavares/3125026d490ef711b2ab to your computer and use it in GitHub Desktop.
def require_components
caller_location = caller.first.split(':').first
Dir[File.join(File.dirname(caller_location), File.basename(caller_location, '.rb'), '*.rb')].each do |file|
require file
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment