Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/snapshot_reload/String.rb

Instance Method Summary collapse

Instance Method Details

#present?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/snapshot_reload/String.rb', line 16

def present?
  true unless self.nil? or self.empty?
end