class Manlycraft::Command::Base
Attributes
args[R]
Public Class Methods
new(args=[])
click to toggle source
# File lib/manlycraft/command/base.rb, line 4 def initialize(args=[]) @args = args end