class Jpmobile::Mobile::Tablet
Public Instance Methods
smart_phone?()
click to toggle source
smartphone なので true
# File lib/jpmobile/mobile/tablet.rb, line 6 def smart_phone? true end
tablet?()
click to toggle source
tablet なので true
# File lib/jpmobile/mobile/tablet.rb, line 11 def tablet? true end