Method: Browser#full_version

Defined in:
lib/browser.rb

#full_versionObject

Return the full version.



101
102
103
104
# File 'lib/browser.rb', line 101

def full_version
  _, *v = *ua.match(VERSIONS.fetch(id, VERSIONS[:default]))
  v.compact.first || "0.0"
end