class UserAgent::Browsers::PlayStation

def os

Returns:
  • (String) - the operating system in use
def os
  application.comment.join(' ')
end