[Source]
# File pp.rb, line 332 def pretty_print(pp) pp.pp self.begin pp.breakable '' pp.text(self.exclude_end? ? '...' : '..') pp.breakable '' pp.pp self.end end
[Validate]