class Anschel::Input::Base

Public Instance Methods

stop() click to toggle source
# File lib/anschel/input/base.rb, line 4
def stop
  raise 'To be implemented'
end