In Files

  • bundler/rubygems_ext.rb

Methods

Class/Module Index [+]

Quicksearch

Gem::Specification::YamlBackfiller

Backfill missing YAML require when not defined. Fixed since 3.1.0.pre1.

Public Instance Methods

to_yaml(opts = {}) click to toggle source
 
               # File bundler/rubygems_ext.rb, line 83
def to_yaml(opts = {})
  Gem.load_yaml unless defined?(::YAML)

  super(opts)
end
            
There is an updated format of the API docs for this version here.