Method: Arli::Commands::Base#run

Defined in:
lib/arli/commands/base.rb

#run(*args) ⇒ Object



42
43
44
45
# File 'lib/arli/commands/base.rb', line 42

def run(*args)
  raise Arli::Errors::AbstractMethodCalled,
    'This method must be implemented in subclasses'
end