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
Methods included from Executable
Methods included from Receivable
Instance Method Details
#inspect ⇒ Object
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 |