Libraries
»
configurations
(2.2.2)
»
Index
»
Configurations
»
Path
»
#to_s
Method: Configurations::Path#to_s
Defined in:
lib/configurations/path.rb
#
to_s
⇒
Object
Also known as:
inspect
,
print
15 16 17
# File 'lib/configurations/path.rb', line 15
def
to_s
@path
.
join
(
"
.
"
)
end