Class: TrueClass

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


53
54
55
# File 'lib/passive_support/core_ext/object/blank.rb', line 53

def blank?
  false
end