[Source]
# File pp.rb, line 457 def initialize(a) @a = a end
# File pp.rb, line 461 def inspect return "<inspect:#{@a.inspect}>" end
[Validate]