Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#present?Boolean

Returns:

  • (Boolean)


22
23
24
# File 'lib/snapshot_reload/String.rb', line 22

def present?
  true unless self.nil?    
end