Sha256: fe2c7dda0fa8a973d01b98d33983c836861edb0268c333136d8666813a135fc1
Contents?: true
Size: 385 Bytes
Versions: 44
Compression:
Stored size: 385 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. module Ramaze module CoreExtensions # Extensions for String module String unless ''.respond_to?(:ord) # compatibility with Ruby 1.9 def ord self[0] end end end end end
Version data entries
44 entries across 44 versions & 5 rubygems