method

sections_in_lockfile

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