Class Dctl::Command::SmartCommand
In: lib/dctl/command.rb
Parent: CommandParser::Command

Methods

new  

Public Class methods

[Source]

    # File lib/dctl/command.rb, line 18
18:       def initialize
19:         super self.class.to_s.gsub(/\w+::/, '').gsub(/Command$/, '').downcase
20:       end

[Validate]