Module: App::Command::StubbedRunInstanceMethod

Defined in:
lib/has_helpers/app/command.rb

Instance Method Summary collapse

Instance Method Details

#runObject

Provides a default method which can serve as the super method for the masking method.

Raises:

  • (::NotImplementedError)


64
65
66
# File 'lib/has_helpers/app/command.rb', line 64

def run(...)
  raise ::NotImplementedError
end