method

sections_in_lockfile

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.

sections_in_lockfile(lockfile_contents)
public

No documentation available.

# File lib/bundler/lockfile_parser.rb, line 42
    def self.sections_in_lockfile(lockfile_contents)
      lockfile_contents.scan(/^\w[\w ]*$/).uniq
    end