Method: Puppet::Module::Task#==
- Defined in:
- lib/puppet/module/task.rb
#==(other) ⇒ Object
70 71 72 73 |
# File 'lib/puppet/module/task.rb', line 70 def ==(other) self.name == other.name && self.module == other.module end |
70 71 72 73 |
# File 'lib/puppet/module/task.rb', line 70 def ==(other) self.name == other.name && self.module == other.module end |