Class: TrueClass

Inherits:
Object show all
Defined in:
lib/inactive_support/core_ext/blank.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


27
28
29
# File 'lib/inactive_support/core_ext/blank.rb', line 27

def blank?
  false
end