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