# File lib/bundler/dependency.rb, line 67 def current_platform? return true if @platforms.empty? @platforms.any? { |p| send("#{p}?") } end