Method: Faraday.root_path

Defined in:
lib/faraday.rb

.root_pathString

The root path that Faraday is being loaded from.

This is the root from where the libraries are auto-loaded.

Returns:

  • (String)


43
44
45
# File 'lib/faraday.rb', line 43

def root_path
  @root_path
end