Method: Jun::CLI::Commands::Base#process
- Defined in:
- lib/jun/cli/commands/base.rb
#process(*args) ⇒ Object
11 12 13 |
# File 'lib/jun/cli/commands/base.rb', line 11 def process(*args) raise NoMethodError, "Subclass must implement method." end |