class Faraday::Connection
def path_prefix=(value)
value - A String.
slash.
Public: Sets the path prefix and ensures that it always has a leading
def path_prefix=(value) url_prefix.path = if value value = '/' + value unless value[0,1] == '/' value end end