[ruby/rdoc] Refine pretty_print
https://github.com/ruby/rdoc/commit/acb91ea74a
This commit is contained in:
parent
2af8b04eca
commit
416c63c118
@ -22,5 +22,10 @@ class RDoc::SingleClass < RDoc::ClassModule
|
||||
"class << #{full_name}"
|
||||
end
|
||||
|
||||
def pretty_print q # :nodoc:
|
||||
q.group 2, "[class << #{full_name}", "]" do
|
||||
next
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user