Sha256: a1eb26ea45fff4d789527b44afb4b8a2ebe513cda3cb4a30a995a45496aa2121
Contents?: true
Size: 225 Bytes
Versions: 19
Compression:
Stored size: 225 Bytes
Contents
# -*- coding: utf-8 -*- # =Android module Jpmobile::Mobile # ==iPad class Ipad < Tablet # 対応するUser-Agentの正規表現 USER_AGENT_REGEXP = /iPad/ include Jpmobile::Mobile::UnicodeEmoticon end end
Version data entries
19 entries across 19 versions & 1 rubygems