# File lib/jpmobile/mobile/au.rb, line 53 def device_id if @request.env['HTTP_USER_AGENT'] =~ USER_AGENT_REGEXP return $1 else nil end end