Class: Numeric

Inherits:
Object show all
Defined in:
lib/Numeric/blankQ.rb

Overview

History: Stolen wholesale from ActiveSupport.

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/Numeric/blankQ.rb', line 11

def blank?
  false
end