# File lib/mobileesp_converted/user_agent_info.rb, line 353 def detect_ipod() if (user_agent.include?(DEVICE_IPOD)) return true end return false end