Method: Faraday.root_path
- Defined in:
- lib/faraday.rb
.root_path ⇒ String
The root path that Faraday is being loaded from.
This is the root from where the libraries are auto-loaded.
43 44 45 |
# File 'lib/faraday.rb', line 43 def root_path @root_path end |