method

to_definition

v2_6_3 - Show latest stable - Class: Bundler::Dsl
to_definition(lockfile, unlock)
public

No documentation available.

# File lib/bundler/dsl.rb, line 233
    def to_definition(lockfile, unlock)
      Definition.new(lockfile, @dependencies, @sources, unlock, @ruby_version, @optional_groups, @gemfiles)
    end