Method: RSpec::Puppet::Coverage::ResourceWrapper#to_hash

Defined in:
lib/rspec-puppet/coverage.rb

#to_hashObject



127
128
129
130
131
# File 'lib/rspec-puppet/coverage.rb', line 127

def to_hash
  {
    'touched' => touched?,
  }
end