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
84 85 86 87 88 |
# File 'lib/bundler/rubygems_ext.rb', line 84 def to_yaml(opts = {}) Gem.load_yaml unless defined?(::YAML) super(opts) end |