Object
# File lib/rugged/index.rb, line 5 def to_s s = "#<Rugged::Index\n" self.each do |entry| s << " [#{entry[:stage]}] '#{entry[:path]}'\n" end s + '>' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.