Skip to content

Instantly share code, notes, and snippets.

@kirikiriyamama
Last active December 16, 2015 19:09
Show Gist options
  • Save kirikiriyamama/5482910 to your computer and use it in GitHub Desktop.
Save kirikiriyamama/5482910 to your computer and use it in GitHub Desktop.
path 以下の .rb ファイルをすべて require する
def dir_require(path)
Dir.glob("#{path}/*.rb", &method(:require))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment