Class: Fusuma::Plugin::Detectors::TouchDetectors::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/fusuma/plugin/detectors/touch_detectors/base.rb

Instance Method Summary collapse

Instance Method Details

#detectObject

Raises:

  • (NotImplementedError)


6
7
8
# File 'lib/fusuma/plugin/detectors/touch_detectors/base.rb', line 6

def detect
  raise NotImplementedError, "override #{self.class.name}##{__method__}"
end