class Browser::SougouBrowser

def full_version

We can't get the real version on desktop device from the ua string
def full_version
  ua[%r{(?:SogouMobileBrowser)/([\d.]+)}, 1] || "0.0"
end