Sha256: c9380810d7d145472e8181a1d9ca7fb91a99da3796b2e151a51855a9e6c479b2
Contents?: true
Size: 299 Bytes
Versions: 8
Compression:
Stored size: 299 Bytes
Contents
# Copyright (c) 2008 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. # Extensions for String class String unless method_defined?(:ord) # compatibility with Ruby 1.9 def ord self[0] end end end
Version data entries
8 entries across 8 versions & 3 rubygems