Class: Provider::Confine::Exists

Inherits:
Puppet::Provider::Confine
  • Object
show all
Defined in:
lib/rspec-puppet/monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#pass?(value) ⇒ Boolean

Returns:

  • (Boolean)


123
124
125
# File 'lib/rspec-puppet/monkey_patches.rb', line 123

def pass?(value)
  true
end