Class: Numeric

Inherits:
Object show all
Defined in:
lib/vagrant-skytap/core_ext/object/blank.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


79
80
81
# File 'lib/vagrant-skytap/core_ext/object/blank.rb', line 79

def blank?
  false
end