class Browser::Device

def mobile?

Detect if browser is mobile.
def mobile?
  detect_mobile? && !tablet?
end