Class: NilClass

Inherits:
Object show all
Defined in:
lib/fir/patches/native_patch.rb

Instance Method Summary collapse

Instance Method Details

#blank?true

nil is blank:

nil.blank? # => true

Returns:

  • (true)


54
55
56
# File 'lib/fir/patches/native_patch.rb', line 54

def blank?
  true
end