class Browser::Platform::Other
Public Instance Methods
id()
click to toggle source
# File lib/browser/platform/other.rb, line 13 def id :other end
match?()
click to toggle source
# File lib/browser/platform/other.rb, line 17 def match? true end
name()
click to toggle source
# File lib/browser/platform/other.rb, line 9 def name "Other" end
version()
click to toggle source
# File lib/browser/platform/other.rb, line 5 def version "0" end