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