diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-03 10:54:00 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-03 10:54:00 +0900 |
| commit | 6cd7017ec11b0cbe40e8dbe462e5eda9ad7ce97c (patch) | |
| tree | e9b051e73cc45f58a1ca2964e33228803752e497 /mrblib/compar.rb | |
| parent | bc46c374b40354b1f1320d5bea75fd852d0ea9ed (diff) | |
| download | mruby-6cd7017ec11b0cbe40e8dbe462e5eda9ad7ce97c.tar.gz mruby-6cd7017ec11b0cbe40e8dbe462e5eda9ad7ce97c.zip | |
Remove trailing whitespaces. This is just a cosmetic change.
Diffstat (limited to 'mrblib/compar.rb')
| -rw-r--r-- | mrblib/compar.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mrblib/compar.rb b/mrblib/compar.rb index 9f2ab887d..40fb2e7f0 100644 --- a/mrblib/compar.rb +++ b/mrblib/compar.rb @@ -25,7 +25,7 @@ module Comparable # Return true if +self+ is less # than or equal to +other+. # Otherwise return false. - # + # # ISO 15.3.3.2.2 def <= other cmp = self <=> other @@ -88,7 +88,7 @@ module Comparable end ## - # Return true if +self+ is greater + # Return true if +self+ is greater # than or equal to +min+ and # less than or equal to +max+. # Otherwise return false. |
