mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
49ca434bcf
commit
3e82668e62
1 changed files with 3 additions and 3 deletions
|
@ -184,7 +184,7 @@ class MapItem
|
|||
@lower = lower unless lower == ''
|
||||
@title = title unless title == ''
|
||||
end
|
||||
|
||||
|
||||
def flags
|
||||
"" # preliminary implementation
|
||||
end
|
||||
|
@ -199,9 +199,9 @@ class CaseMapping
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue