lib/hanami/utils/basic_object.rb in hanami-utils-0.9.2 vs lib/hanami/utils/basic_object.rb in hanami-utils-1.0.0.beta1
- old
+ new
@@ -33,12 +33,12 @@
# @see http://ruby-doc.org/core/Object.html#method-i-object_id
def object_id
__id__
end
- # Interface for <tt>pp</pp>
+ # Interface for pp
#
- # @return [String] the pretty printable inspection of the object
+ # @return [String] the pretty-printable inspection of the object
#
# @since 0.9.0
#
# @see https://ruby-doc.org/stdlib/libdoc/pp/rdoc/PP.html
def pretty_print(*)