This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-04-22 19:48:55 +02:00
|
|
|
if String.method_defined?(:blank_as?)
|
|
|
|
class String
|
2021-01-31 21:26:09 +01:00
|
|
|
alias blank? blank_as?
|
2017-04-22 19:48:55 +02:00
|
|
|
end
|
|
|
|
end
|