Module: Kernel
- Defined in:
- lib/brightbox_cli.rb
Instance Method Summary collapse
Instance Method Details
#require_relative(path) ⇒ Object
3 4 5 |
# File 'lib/brightbox_cli.rb', line 3 def require_relative(path) require File.join(File.dirname(caller.first), path.to_str) end |