Sha256: 86a2b2ce8c63fef2a347e95de09b9b225439a5b39fc0fe804c39b0649e2c2cc3
Contents?: true
Size: 151 Bytes
Versions: 14
Compression:
Stored size: 151 Bytes
Contents
class Object def like?(other) to_s == other.to_s end end class Module def like?(other) super || to_s.underscore == other.to_s end end
Version data entries
14 entries across 14 versions & 2 rubygems