class Grape::Path

def path_with_suffix

def path_with_suffix
  "#{path}#{suffix}"
end