Libraries
»
ruby-grape/grape
(master)
»
Index
»
Grape
»
Path
»
#to_s
Method: Grape::Path#to_s
Defined in:
lib/grape/path.rb
#
to_s
⇒
Object
17 18 19
# File 'lib/grape/path.rb', line 17
def
to_s
"
#{
origin
}
#{
suffix
}
"
end