lib/hanami/utils/basic_object.rb in hanami-utils-2.0.0.alpha3 vs lib/hanami/utils/basic_object.rb in hanami-utils-2.0.0.alpha6

- old
+ new

@@ -37,15 +37,12 @@ # @return [String] the inspect string # # @since 0.3.5 # # @see http://ruby-doc.org/core/Object.html#method-i-inspect - # - # rubocop:disable Style/FormatStringToken def inspect "#<#{self.class}:#{'0x0000%x' % (__id__ << 1)}#{__inspect}>" end - # rubocop:enable Style/FormatStringToken # @!macro [attach] instance_of?(class) # # Determines if self is an instance of given class or module #