class Browser::Platform::Base
Attributes
ua[R]
Public Class Methods
new(ua)
click to toggle source
# File lib/browser/platform/base.rb, line 7 def initialize(ua) @ua = ua end
Public Instance Methods
match?()
click to toggle source
# File lib/browser/platform/base.rb, line 11 def match? false end