class Bundler::Plugin::API

def self.command(command, cls = self)

Parameters:
  • (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