class Browser::Maxthon
def full_version
def full_version ua[%r{(?:Maxthon)/([\d.]+)}i, 1] || "0.0" end
def id
def id :maxthon end
def match?
def match? ua.match?(/Maxthon/i) end
def name
def name "Maxthon" end
def full_version ua[%r{(?:Maxthon)/([\d.]+)}i, 1] || "0.0" end
def id :maxthon end
def match? ua.match?(/Maxthon/i) end
def name "Maxthon" end