class Browser::Platform::AdobeAir
Public Instance Methods
id()
click to toggle source
# File lib/browser/platform/adobe_air.rb, line 17 def id :adobe_air end
match?()
click to toggle source
# File lib/browser/platform/adobe_air.rb, line 5 def match? ua =~ /AdobeAIR/ end
name()
click to toggle source
# File lib/browser/platform/adobe_air.rb, line 13 def name "Adobe AIR" end
version()
click to toggle source
# File lib/browser/platform/adobe_air.rb, line 9 def version ua[%r[AdobeAIR/([\d.]+)]] end