Class: NilClass

Inherits:
Object show all
Defined in:
lib/sailpoint/core_ext/blank.rb,
lib/sailpoint/core_ext/escape_str.rb

Overview

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Used to determine if the object is blank? || empty? Note: If a nil value is specified it should always be blank? || empty?

Returns:

  • (Boolean)


28
29
30
# File 'lib/sailpoint/core_ext/blank.rb', line 28

def blank?
  true
end

#escape_strString

If the identity value was never decalred

Returns:



24
25
26
# File 'lib/sailpoint/core_ext/escape_str.rb', line 24

def escape_str
  ''
end