Class: Time

Inherits:
Object show all
Defined in:
lib/dirwatch/extensions/blank.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

No Time is blank

Returns:

  • (Boolean)


82
83
84
# File 'lib/dirwatch/extensions/blank.rb', line 82

def blank?
  false
end