Method: Yast::HooksClass::SearchPath#verify!
- Defined in:
- library/general/src/modules/Hooks.rb
#verify! ⇒ Object
139 140 141 142 143 |
# File 'library/general/src/modules/Hooks.rb', line 139 def verify! raise "Hook search path #{path} does not exists" unless path.exist? path end |