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