Class: Integer

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/zkt_client/monky_patcher/integer.rb

Overview

Extends the Integer class with additional methods

Instance Method Summary collapse

Methods included from Base

#present?

Instance Method Details

#blank?Boolean

Checks if the integer is blank (always false for Integer)

Returns:

  • (Boolean)

    false, since an integer is never considered blank



12
13
14
# File 'lib/zkt_client/monky_patcher/integer.rb', line 12

def blank?
  false
end