Object
# File lib/generators/rcov.rb, line 11 def initialize(content, was_run) @content = content @was_run = was_run end
# File lib/generators/rcov.rb, line 16 def to_h {:content => @content, :was_run => @was_run} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.