Class: String

Inherits:
Object show all
Defined in:
lib/cloudinary/missing.rb

Overview

:nodoc:

Direct Known Subclasses

ActiveStorage::BlobKey

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


46
47
48
# File 'lib/cloudinary/missing.rb', line 46

def blank?
  self !~ /\S/
end