# File lib/bundler/gem_helper.rb, line 16 def gemspec(&block) gemspec = instance.gemspec block.call(gemspec) if block gemspec end