ruby-changes:65388
From: Nobuyoshi <ko1@a...>
Date: Thu, 4 Mar 2021 11:41:14 +0900 (JST)
Subject: [ruby-changes:65388] 446d000e11 (master): Strip trailing spaces [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=446d000e11 From 446d000e1148d4dd1dc5e0d3a745dbc205457632 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 4 Mar 2021 11:40:02 +0900 Subject: Strip trailing spaces [ci skip] --- numeric.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numeric.rb b/numeric.rb index 0c191c0..be33c5b 100644 --- a/numeric.rb +++ b/numeric.rb @@ -4,7 +4,7 @@ class Numeric https://github.com/ruby/ruby/blob/trunk/numeric.rb#L4 # num.real? -> true or false # # Returns +true+ if +num+ is a real number (i.e. not Complex). - # + # def real? return true end @@ -17,7 +17,7 @@ class Numeric https://github.com/ruby/ruby/blob/trunk/numeric.rb#L17 # # 1.0.integer? #=> false # 1.integer? #=> true - # + # def integer? return false end -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/