Module: Gem::Specification::YamlBackfiller
- Included in:
- Gem::Specification
- Defined in:
- lib/bundler/rubygems_ext.rb
Overview
Backfill missing YAML require when not defined. Fixed since 3.1.0.pre1.
Instance Method Summary collapse
Instance Method Details
#to_yaml(opts = {}) ⇒ Object
91 92 93 94 95 |
# File 'lib/bundler/rubygems_ext.rb', line 91 def to_yaml(opts = {}) Gem.load_yaml unless defined?(::YAML) super(opts) end |