[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]