# File lib/bundler/dsl.rb, line 141 def platforms(*platforms) @platforms.concat platforms yield ensure platforms.each { @platforms.pop } end