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