Class: Fusuma::Plugin::Detectors::TouchDetectors::Base
- Inherits:
-
Object
- Object
- Fusuma::Plugin::Detectors::TouchDetectors::Base
- Defined in:
- lib/fusuma/plugin/detectors/touch_detectors/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#detect ⇒ Object
6 7 8 |
# File 'lib/fusuma/plugin/detectors/touch_detectors/base.rb', line 6 def detect raise NotImplementedError, "override #{self.class.name}##{__method__}" end |