Method: Inspec::ProfileContext#reload_dsl
- Defined in:
- lib/inspec/profile_context.rb
#reload_dsl ⇒ Object
27 28 29 30 31 32 |
# File 'lib/inspec/profile_context.rb', line 27 def reload_dsl dsl = create_inner_dsl(@backend) outer_dsl = create_outer_dsl(dsl) ctx = create_context(outer_dsl) @profile_context = ctx.new end |