Ticket #13: ruby.1.9.patch
| File ruby.1.9.patch, 541 bytes (added by anshul, 2 years ago) |
|---|
-
Linguistics/lib/linguistics/iso639.rb
19 19 # Read through the source for this file, capturing everything 20 20 # between __END__ and __END_DATA__ tokens. 21 21 in_data_section = false 22 File ::readlines( __FILE__ ).each {|line|22 File.new( __FILE__, 'rb' ).readlines.each {|line| 23 23 case line 24 24 when /^__END_DATA__$/ 25 25 in_data_section = false
