Module: Ccp::Commands::Core

Includes:
Commentable, Executable, Receivable
Included in:
Composite
Defined in:
lib/ccp/commands/core.rb

Instance Method Summary collapse

Methods included from Commentable

#MEMO, #TODO

Methods included from Executable

#benchmark, #execute

Methods included from Receivable

#receiver, #receiver=

Instance Method Details

#inspectObject



8
9
10
11
# File 'lib/ccp/commands/core.rb', line 8

def inspect
  klass_name = self.class.name.to_s.split(/::/).last
  "#<#{klass_name}>"
end