Method: TempestTime::Command#execute!

Defined in:
lib/tempest_time/command.rb

#execute!Object

Raises:

  • (NotImplementedError)


26
27
28
29
30
31
# File 'lib/tempest_time/command.rb', line 26

def execute!(*)
  raise(
    NotImplementedError,
    "#{self.class}##{__method__} must be implemented"
  )
end