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