Class: Browser::Meta::Tablet
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/tablet.rb', line 6 def "tablet" if browser.device.tablet? end |