method

platform_string

ruby latest stable - Class: Bundler::LazySpecification::Identifier

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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