# File lib/apipie_bindings/route.rb, line 13
    def params_in_path
      @path.scan(/:([^\/]*)/).map { |m| m.first }
    end