class UserAgent::Browsers::PodcastAddict
def self.extend?(agent)
def self.extend?(agent) agent.length >= 3 && agent[0].product == 'Podcast' && agent[1].product == 'Addict' && agent[2].product == '-' end
def self.extend?(agent) agent.length >= 3 && agent[0].product == 'Podcast' && agent[1].product == 'Addict' && agent[2].product == '-' end