Method: Puppet::Confine::True#message

Defined in:
lib/puppet/confine/true.rb

#message(value) ⇒ Object



21
22
23
# File 'lib/puppet/confine/true.rb', line 21

def message(value)
  "false value when expecting true"
end