class Browser::Device::PlayStation3
Public Instance Methods
id()
click to toggle source
# File lib/browser/device/playstation3.rb, line 5 def id :ps3 end
match?()
click to toggle source
# File lib/browser/device/playstation3.rb, line 13 def match? ua =~ /PLAYSTATION 3/i end
name()
click to toggle source
# File lib/browser/device/playstation3.rb, line 9 def name "PlayStation 3" end