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