contents()
@return [String] the contents of the DSL that cause the exception to
be raised.
# File lib/bundler/dsl.rb, line 542 def contents @contents ||= begin dsl_path && File.exist?(dsl_path) && File.read(dsl_path) end end