class Cleanroom::InaccessibleError

def to_s

def to_s
  <<-EOH.gsub(/\r?\n/, " ")
fined local variable or method `#{@name}' for #{@instance}. It may have
 removed for the purposes of evaluating the DSL or for added security. If
feel you have reached this message in error, please open an issue.
  EOH
end