class Leg::Commands::Pieces
Public Class Methods
name()
click to toggle source
# File lib/leg/commands/pieces.rb, line 2 def self.name "pieces" end
summary()
click to toggle source
# File lib/leg/commands/pieces.rb, line 6 def self.summary "Print an inventory of the number of tokens used between two steps" end
Public Instance Methods
run()
click to toggle source
# File lib/leg/commands/pieces.rb, line 10 def run puts "Not implemented" end