# File src/org/puremvc/ruby/patterns/facade/facade.rb, line 83
  def register_command(name, command_class_ref)
    @controller.register_command(name, command_class_ref)
  end