class UserAgent::Browsers::PodcastAddict

def localization

Returns:
  • (nil, String) - the localization
def localization
  return nil unless length >= 4
  return nil unless self[3].comment.last.include?('ALCATEL ')
  return nil unless self[3].comment.length >= 5
  self[3].comment[3]
end