Method: Grape::Path#to_s

Defined in:
lib/grape/path.rb

#to_sObject



17
18
19
# File 'lib/grape/path.rb', line 17

def to_s
  "#{origin}#{suffix}"
end