mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Strip trailing spaces [ci skip]
This commit is contained in:
parent
dea08758be
commit
446d000e11
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ class Numeric
|
|||
# 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
|
|||
#
|
||||
# 1.0.integer? #=> false
|
||||
# 1.integer? #=> true
|
||||
#
|
||||
#
|
||||
def integer?
|
||||
return false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue