method
platform_string
ruby latest stable - Class:
Bundler::LazySpecification::Identifier
platform_string()protected
No documentation available.
# 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