# File lib/bundler/lazy_specification.rb, line 18 def platform_string platform_string = platform.to_s platform_string == Index::RUBY ? Index::NULL : platform_string end