Object
# File lib/grit/grep.rb, line 11 def initialize(repo, filename, startline, content, is_binary) @repo = repo @filename = filename @startline = startline.to_i @content = content @is_binary = is_binary end
[Validate]
Generated with the Darkfish Rdoc Generator 2.