Class: Range
Instance Method Summary collapse
Instance Method Details
#pretty_print(q) ⇒ Object
759 760 761 762 763 764 765 |
# File 'lib/extensions/mspec/mspec/pp.rb', line 759 def pretty_print(q) q.pp self.begin q.breakable '' q.text(self.exclude_end? ? '...' : '..') q.breakable '' q.pp self.end end |