ruby-changes:41693
From: svn <ko1@a...>
Date: Sun, 7 Feb 2016 22:10:17 +0900 (JST)
Subject: [ruby-changes:41693] svn:r53768 (trunk): * remove trailing spaces.
svn 2016-02-07 22:10:21 +0900 (Sun, 07 Feb 2016) New Revision: 53768 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53768 Log: * remove trailing spaces. Modified files: trunk/enc/unicode/case-folding.rb Index: enc/unicode/case-folding.rb =================================================================== --- enc/unicode/case-folding.rb (revision 53767) +++ enc/unicode/case-folding.rb (revision 53768) @@ -184,7 +184,7 @@ class MapItem https://github.com/ruby/ruby/blob/trunk/enc/unicode/case-folding.rb#L184 @lower = lower unless lower == '' @title = title unless title == '' end - + def flags "" # preliminary implementation end @@ -199,9 +199,9 @@ class CaseMapping https://github.com/ruby/ruby/blob/trunk/enc/unicode/case-folding.rb#L199 unless upper and lower and title and (upper+lower+title)=='' @mappings[code] = MapItem.new(code, upper, lower, title) end - + end - + # IO.readlines(File.expand_path('SpecialCasing.txt', mapping_directory)) end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/