# File lib/dragonfly/configurable.rb, line 66
      def register_plugin(name, &block)
        registered_plugins[name] = block
      end