Method: Inspec::RequireLoader#add
- Defined in:
- lib/inspec/require_loader.rb
#add(path, content, ref, line) ⇒ Object
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 |