Sha256: 76b0f75bca54e5c6f648b95f50a05b7e8f3d80fdc9a965d5e1160ac3f84d5f51
Contents?: true
Size: 230 Bytes
Versions: 26
Compression:
Stored size: 230 Bytes
Contents
module Kernel # Defines core method __class__ as an alias of class. # This allows you to use #class as your own method, without # loosing the ability to determine the object's class. alias_method :__class__, :class end
Version data entries
26 entries across 25 versions & 3 rubygems