class Bundler::Dsl::DSLError
def contents
-
(String)- the contents of the DSL that cause the exception to
def contents @contents ||= begin dsl_path && File.exist?(dsl_path) && File.read(dsl_path) end end
(String)
- the contents of the DSL that cause the exception to
def contents @contents ||= begin dsl_path && File.exist?(dsl_path) && File.read(dsl_path) end end