Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
contents()
public
# File lib/bundler/dsl.rb, line 542
def contents
@contents ||= begin
dsl_path && File.exist?(dsl_path) && File.read(dsl_path)
end
end