Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
new(description, dsl_path, backtrace, contents = nil)
public
# File lib/bundler/dsl.rb, line 526
def initialize(description, dsl_path, backtrace, contents = nil)
@status_code = $!.respond_to?(:status_code) && $!.status_code
@description = description
@dsl_path = dsl_path
@backtrace = backtrace
@contents = contents
end