# File lib/phusion_passenger/common_library.rb, line 54 def define_component(object_name, options) options[:deps] ||= [] @all_components[object_name] = options @all_ordered_components << object_name @selected_components[object_name] = options end