Class: NilClass

Inherits:
Object show all
Defined in:
lib/marfa/helpers/classes/nil_class.rb

Overview

Nil class extending

Instance Method Summary collapse

Instance Method Details

#blank?true

Returns:

  • (true)


4
5
6
# File 'lib/marfa/helpers/classes/nil_class.rb', line 4

def blank?
  true
end

#present?false

Object isn’t blank

Returns:

  • (false)


10
11
12
# File 'lib/marfa/helpers/classes/nil_class.rb', line 10

def present?
  false
end