Class: TrueClass

Inherits:
Object show all
Defined in:
lib/support/active_support_lite/blank.rb

Overview

:nodoc

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

:nodoc

Returns:

  • (Boolean)


40
41
42
# File 'lib/support/active_support_lite/blank.rb', line 40

def blank?
  false
end