Method: Framework.root
- Defined in:
- lib/framework.rb
.root ⇒ Framework::Root
Returns current work dir String
28 29 30 |
# File 'lib/framework.rb', line 28 def self.root @app.try(:root) end |
Returns current work dir String
28 29 30 |
# File 'lib/framework.rb', line 28 def self.root @app.try(:root) end |