class UserAgent::Browsers::PodcastAddict

def security

Returns:
  • (:weak, :strong, :none) - the security level
def security
  return nil unless length >= 4
  return nil unless self[3].product == 'Dalvik' || self[3].product == 'Mozilla'
  Security[self[3].comment[1]]
end