class NilClass

Similar to Rails imlemneation github.com/rails/rails/blob/66cabeda2c46c582d19738e1318be8d59584cc5b/activesupport/lib/active_support/core_ext/object/blank.rb#L56

Public Instance Methods

blank?() click to toggle source

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

# File lib/sailpoint/core_ext/blank.rb, line 28
def blank?
  true
end
escape_str() click to toggle source

If the identity value was never decalred @return [String]

# File lib/sailpoint/core_ext/escape_str.rb, line 24
def escape_str
  ''
end