module Inspec::GlobalDSL
def __register_rule(r)
def __register_rule(r) # make sure the profile id is attached to the rule ::Inspec::DSL.execute_rule(r, __profile_id) end
def __unregister_rule(_id)
def __unregister_rule(_id) end
def __register_rule(r) # make sure the profile id is attached to the rule ::Inspec::DSL.execute_rule(r, __profile_id) end
def __unregister_rule(_id) end