Class: Numeric

Inherits:
Object show all
Defined in:
lib/dirwatch/extensions/blank.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

No number is blank

Returns:

  • (Boolean)


75
76
77
# File 'lib/dirwatch/extensions/blank.rb', line 75

def blank?
  false
end