module Statefully::Diff::SingletonInspect

Public Instance Methods

inspect() click to toggle source

Human-readable representation of the {Diff} singleton

@return [String] @api private

# File lib/statefully/diff.rb, line 204
def inspect
  "#<#{self.class.name}>"
end