method

encode_with

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.

encode_with(coder)
public

No documentation available.

# File lib/bundler/rubygems_ext.rb, line 143
    def encode_with(coder)
      to_yaml_properties.each do |ivar|
        coder[ivar.to_s.sub(/^@/, "")] = instance_variable_get(ivar)
      end
    end