Skip to content

Instantly share code, notes, and snippets.

@funkyboy
Created February 12, 2018 14:15
Show Gist options
  • Select an option

  • Save funkyboy/b854efda068ea31ac8a2872673350624 to your computer and use it in GitHub Desktop.

Select an option

Save funkyboy/b854efda068ea31ac8a2872673350624 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/' do
puts "ua is #{request.user_agent}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment