Method: Inspec::ProfileContext#load_library_file
- Defined in:
- lib/inspec/profile_context.rb
#load_library_file(*args) ⇒ Object
159 160 161 |
# File 'lib/inspec/profile_context.rb', line 159 def load_library_file(*args) load_with_context(@library_eval_context, *args) end |