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