Sha256: 28c043886c253a19e1a2ac2f3d4669fec791090d3094171ef4b093d427f80623
Contents?: true
Size: 466 Bytes
Versions: 8
Compression:
Stored size: 466 Bytes
Contents
# Vodafone module Jpmobile::Mobile # ==Vodafone 3G携帯電話(SoftBank含まず) # スーパクラスはSoftbank。 class Vodafone < Softbank # 対応するUser-Agentの正規表現 USER_AGENT_REGEXP = /^(Vodafone|Vemulator)/.freeze # 対応するメールアドレスの正規表現 MAIL_ADDRESS_REGEXP = /.+@[dhtcrknsq]\.vodafone\.ne\.jp/.freeze # cookieに対応しているか? def supports_cookie? true end end end
Version data entries
8 entries across 8 versions & 1 rubygems