13 14 15
# File 'lib/inspec/require_loader.rb', line 13 def add(path, content, ref, line) @contents[path] = Item.new(content, ref, line, false) end