Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Includes:
- Base
- Defined in:
- lib/zkt_client/monky_patcher/nil.rb
Overview
Extends the NilClass with additional methods
Instance Method Summary collapse
-
#blank? ⇒ Boolean
Checks if the object is blank (always true for NilClass).
Methods included from Base
Instance Method Details
#blank? ⇒ Boolean
Checks if the object is blank (always true for NilClass)
12 13 14 |
# File 'lib/zkt_client/monky_patcher/nil.rb', line 12 def blank? true end |