class Ccp::Commands::Base

Attributes

args[R]

Public Class Methods

new(*args) click to toggle source
# File lib/ccp/commands/base.rb, line 8
def initialize(*args)
  @args = args
end