method

parse_platform

ruby latest stable - Class: Bundler::LockfileParser

Method not available on this version

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

parse_platform(line)
private

No documentation available.

# File lib/bundler/lockfile_parser.rb, line 242
    def parse_platform(line)
      @platforms << Gem::Platform.new($1) if line =~ /^  (.*)$/
    end