# File src/ruby_supportlib/phusion_passenger/common_library.rb, line 55
  def define_component(object_name, options)
    @all_components[object_name] = options
    @all_ordered_components << object_name
    @selected_components[object_name] = options
  end