module Gem::Specification::YamlBackfiller

def to_yaml(opts = {})

def to_yaml(opts = {})
  Gem.load_yaml unless defined?(::YAML)
  super(opts)
end