Sha256: 9e99f5d35087285815c1eafcb266b70049901fd4f57f4afd77260ce72f4e7c66

Contents?: true

Size: 141 Bytes

Versions: 5

Compression:

Stored size: 141 Bytes

Contents

class Object
  # Constructs the string "#{self.class}:#{self}". Useful for inspection.
  # 
  def insp
    "#{self}:#{self.class}"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
y_support-2.1.18 lib/y_support/core_ext/object/inspection.rb
y_support-2.1.17 lib/y_support/core_ext/object/inspection.rb
y_support-2.1.16 lib/y_support/core_ext/object/inspection.rb
y_support-2.1.13 lib/y_support/core_ext/object/inspection.rb
y_support-2.1.12 lib/y_support/core_ext/object/inspection.rb