Class: Numeric

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

Overview

class Object

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Numerics can’t be blank

Returns:

  • (Boolean)


11
12
13
# File 'lib/couchrest/support/blank.rb', line 11

def blank?
  false
end