class Bundler::Plugin::API
def self.command(command, cls = self)
-
(optional)(Class) -- class that handles the command. If not -
command(String) -- being handled by them
def self.command(command, cls = self) Plugin.add_command command, cls end