Class: Browser::Meta::Mobile
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Browser::Meta::Base
Instance Method Details
#meta ⇒ Object
6 7 8 |
# File 'lib/browser/meta/mobile.rb', line 6 def "mobile" if browser.device.mobile? end |