lib/locabulary/item.rb in locabulary-0.6.0 vs lib/locabulary/item.rb in locabulary-0.6.1
- old
+ new
@@ -18,10 +18,10 @@
class_to_instantiate(predicate_name: predicate_name).new(attributes)
end
# @api public
# @since 0.2.1
- # @deprecated 0.6.0 Prefer instead class_to_instantiate
+ # @deprecated 0.6.0 Prefer instead class_to_instantiate; This will be removed in 0.7.0.
#
# Responsible for finding the appropriate Factory method for building a Locabulary::Item
#
# @param options [Hash]
# @option predicate_name [String] Used for lookup of the correct Locabulary::Item type