# File lib/puppet/provider.rb, line 51 51: def self.commands(hash) 52: optional_commands(hash) do |name, path| 53: confine :exists => path, :for_binary => true 54: end 55: end