Class: Snaptoken::Commands::Pieces
Constant Summary
Constants inherited
from BaseCommand
BaseCommand::ERROR_MSG
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from BaseCommand
#current_or_latest_step, #current_step, inherited, #initialize, #latest_step, #needs!, #select_step, #step_path, #steps
Class Method Details
.name ⇒ Object
2
3
4
|
# File 'lib/snaptoken/commands/pieces.rb', line 2
def self.name
"pieces"
end
|
.summary ⇒ Object
6
7
8
|
# File 'lib/snaptoken/commands/pieces.rb', line 6
def self.summary
"Print an inventory of the number of tokens used between two steps"
end
|
Instance Method Details
#run ⇒ Object
10
11
12
|
# File 'lib/snaptoken/commands/pieces.rb', line 10
def run
puts "Not implemented"
end
|