Method: Reflexive::Application.root
- Defined in:
- lib/reflexive/application.rb
.root ⇒ Object
43 44 45 46 |
# File 'lib/reflexive/application.rb', line 43 def root require "pathname" Pathname("../../../").(__FILE__) end |
43 44 45 46 |
# File 'lib/reflexive/application.rb', line 43 def root require "pathname" Pathname("../../../").(__FILE__) end |