class Bundler::PubGrub::Incompatibility
def pretty_print(q)
def pretty_print(q) q.group 2, "#<#{self.class}", ">" do q.breakable q.text to_s q.breakable q.text " caused by " q.pp @cause end end
def pretty_print(q) q.group 2, "#<#{self.class}", ">" do q.breakable q.text to_s q.breakable q.text " caused by " q.pp @cause end end