Class: Numeric

Inherits:
Object show all
Includes:
InactiveSupport::CoreExtensions::Numeric::Time
Defined in:
lib/inactive_support/core_ext/blank.rb,
lib/inactive_support.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from InactiveSupport::CoreExtensions::Numeric::Time

#ago, #days, #fortnights, #hours, #minutes, #months, #seconds, #since, #weeks, #years

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


47
48
49
# File 'lib/inactive_support/core_ext/blank.rb', line 47

def blank?
  false
end