method

to_yaml_properties

ruby latest stable - Class: Gem::Dependency

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

to_yaml_properties()
public

No documentation available.

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