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