Sha256: f14d8e5066245764837d41fc6895a1fdbe32081e7c0e2d63bcbb0356fcf623c9

Contents?: true

Size: 244 Bytes

Versions: 8

Compression:

Stored size: 244 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
  alias each each_line unless ''.respond_to?(:each)
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
clivecrous-ramaze-0.3.9.5 lib/ramaze/snippets/string/each.rb
manveru-ramaze-2008.07 lib/ramaze/snippets/string/each.rb
manveru-ramaze-2008.08 lib/ramaze/snippets/string/each.rb
ramaze-0.3.0 lib/ramaze/snippets/string/each.rb
ramaze-0.3.5 lib/ramaze/snippets/string/each.rb
ramaze-2008.06 lib/ramaze/snippets/string/each.rb
ramaze-0.3.9.1 lib/ramaze/snippets/string/each.rb
ramaze-0.3.9 lib/ramaze/snippets/string/each.rb