mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix a typo in Pathname#blank?
documentation [ci-skip]
This commit is contained in:
parent
13d75c40fd
commit
c9c1768a91
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Pathname
|
||||||
#
|
#
|
||||||
# Pathname.new("").blank? # => true
|
# Pathname.new("").blank? # => true
|
||||||
# Pathname.new(" ").blank? # => false
|
# Pathname.new(" ").blank? # => false
|
||||||
# Pathname.new("test).blank? # => false
|
# Pathname.new("test").blank? # => false
|
||||||
#
|
#
|
||||||
# @return [true, false]
|
# @return [true, false]
|
||||||
def blank?
|
def blank?
|
||||||
|
|
Loading…
Reference in a new issue