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@51836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8a97ffe094
commit
8b3d351f83
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ module Net
|
|||
alias dir list
|
||||
|
||||
MLSxEntry = Struct.new(:facts, :pathname)
|
||||
|
||||
|
||||
CASE_DEPENDENT_PARSER = ->(value) { value }
|
||||
CASE_INDEPENDENT_PARSER = ->(value) { value.downcase }
|
||||
INTEGER_PARSER = ->(value) { value.to_i }
|
||||
|
|
Loading…
Reference in a new issue