Skip to content

Instantly share code, notes, and snippets.

@meatballhat
Created March 25, 2014 19:33
Show Gist options
  • Select an option

  • Save meatballhat/9769441 to your computer and use it in GitHub Desktop.

Select an option

Save meatballhat/9769441 to your computer and use it in GitHub Desktop.
browser detection
class UserAgent
def initialize(raw_ua)
@raw_ua = raw_ua
end
def tablet?
:lolwut
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment