class Permutation::Server

Private Instance Methods

catchall() click to toggle source
# File lib/tools/server.rb, line 101
def catchall

  params.delete 'splat'
  params.delete 'captures'

  puts
  puts "Conversion!"
  puts "  params: #{params.inspect}"
  puts

  status 201
end