Sha256: 1ff10079feb67aedbe7ef316a4fdea8cc168e4022796c1ff1aeb124718e2d8f2
Contents?: true
Size: 181 Bytes
Versions: 23
Compression:
Stored size: 181 Bytes
Contents
# # string_or_symbol? # class Object def string_or_symbol?; false end end class String def string_or_symbol?; true end end class Symbol def string_or_symbol?; true end end
Version data entries
23 entries across 23 versions & 2 rubygems