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