lib/puppet/property/keyvalue.rb in puppet-3.2.4 vs lib/puppet/property/keyvalue.rb in puppet-3.3.0.rc2
- old
+ new
@@ -68,10 +68,10 @@
# @return [String] Returns a default delimiter of ";"
def delimiter
";"
end
- # Retrieves the key-hash from the provider by invoking it's method named the same as this property.
+ # Retrieves the key-hash from the provider by invoking its method named the same as this property.
# @return [Hash] the hash from the provider, or `:absent`
#
def retrieve
#ok, some 'convention' if the keyvalue property is named properties, provider should implement a properties method
if key_hash = provider.send(name) and key_hash != :absent