We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea38ef commit 492b379Copy full SHA for 492b379
lib/pp.rb
@@ -63,6 +63,7 @@
63
64
class PP < PrettyPrint
65
66
+ # The version string
67
VERSION = "0.6.1"
68
69
# Returns the usable width for +out+.
@@ -138,6 +139,7 @@ class << self
138
139
end
140
141
142
+ # Module that defines helper methods for pretty_print.
143
module PPMethods
144
145
# Yields to a block
@@ -619,7 +621,7 @@ def pretty_print(q) # :nodoc:
619
621
620
622
623
if defined?(RubyVM::AbstractSyntaxTree)
- class RubyVM::AbstractSyntaxTree::Node
624
+ class RubyVM::AbstractSyntaxTree::Node # :nodoc:
625
def pretty_print_children(q, names = [])
626
children.zip(names) do |c, n|
627
if n
0 commit comments