class Browser::Device::Iphone

def id

def id
  :iphone
end

def match?

def match?
  ua =~ /iPhone/
end

def name

def name
  "iPhone"
end