class Browser::Device::PlayStation3

Public Instance Methods

id() click to toggle source
# File lib/browser/device/playstation3.rb, line 6
def id
  :ps3
end
match?() click to toggle source
# File lib/browser/device/playstation3.rb, line 14
def match?
  ua.match?(/PLAYSTATION 3/i)
end
name() click to toggle source
# File lib/browser/device/playstation3.rb, line 10
def name
  "PlayStation 3"
end