Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/snapshot_reload/String.rb
Instance Method Summary collapse
Instance Method Details
#present? ⇒ Boolean
22 23 24 |
# File 'lib/snapshot_reload/String.rb', line 22 def present? true unless self.nil? end |