Method: Yast::HooksClass::HookFile#content

Defined in:
library/general/src/modules/Hooks.rb

#contentObject



218
219
220
# File 'library/general/src/modules/Hooks.rb', line 218

def content
  @content ||= ::File.read(path)
end