Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

true is not blank

Returns:

  • (Boolean)


35
36
37
# File 'lib/dirwatch/extensions/blank.rb', line 35

def blank?
  false
end