Method: Inspec::ProfileContext#load_library_file

Defined in:
lib/inspec/profile_context.rb

#load_library_file(*args) ⇒ Object



149
150
151
# File 'lib/inspec/profile_context.rb', line 149

def load_library_file(*args)
  load_with_context(@library_eval_context, *args)
end