66 67 68 69 70
# File 'lib/confctl/module_options.rb', line 66 def read @options = nix.module_options.map do |opt| Option.new(opt) end end