Sha256: 2d347769722798de1fe26e379911077719a62b1441eebaa274b3e70d13a6aa0c
Contents?: true
Size: 300 Bytes
Versions: 301
Compression:
Stored size: 300 Bytes
Contents
unless STDIN.respond_to? :getbyte class IO alias_method :getbyte, :getc end class StringIO alias_method :getbyte, :getc end end unless "".respond_to? :each_line # Not a perfect translation, but sufficient for our needs. class String alias_method :each_line, :each end end
Version data entries
301 entries across 287 versions & 16 rubygems