# File lib/bundler/rubygems_ext.rb, line 124
    def to_yaml_properties
      instance_variables.reject {|p| ["@source", "@groups"].include?(p.to_s) }
    end