Class: Numeric

Inherits:
Object show all
Defined in:
lib/awsbase/support.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


111
112
113
# File 'lib/awsbase/support.rb', line 111

def blank?
    false
end