Method: Configurations::Path#to_s

Defined in:
lib/configurations/path.rb

#to_sObject Also known as: inspect, print



15
16
17
# File 'lib/configurations/path.rb', line 15

def to_s
  @path.join(".")
end