Class MatchData
In: pp.rb
Parent: Object

Methods

Public Instance methods

[Source]

     # File pp.rb, line 429
429:   def pretty_print(q)
430:     q.object_group(self) {
431:       q.breakable
432:       q.seplist(1..self.size, lambda { q.breakable }) {|i|
433:         q.pp self[i-1]
434:       }
435:     }
436:   end

Search

Google

Ruby API Docs

Links