lib/lotus/utils/class.rb in lotus-utils-0.3.1 vs lib/lotus/utils/class.rb in lotus-utils-0.3.2
- old
+ new
@@ -55,10 +55,10 @@
# @param namespace [Class, Module] the Ruby namespace where we want to perform the lookup.
# @return [Class, Module] the found Ruby constant.
#
# @raise [NameError] if no constant can be found.
#
- # @since x.x.x
+ # @since 0.3.1
#
# @see Lotus::Utils::String#tokenize
#
# @example
# require 'lotus/utils/class'