summaryrefslogtreecommitdiffhomepage
path: root/mrblib/compar.rb
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-03-03 10:54:00 +0900
committerMasaki Muranaka <[email protected]>2013-03-03 10:54:00 +0900
commit6cd7017ec11b0cbe40e8dbe462e5eda9ad7ce97c (patch)
treee9b051e73cc45f58a1ca2964e33228803752e497 /mrblib/compar.rb
parentbc46c374b40354b1f1320d5bea75fd852d0ea9ed (diff)
downloadmruby-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.rb4
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.