Class: NilClass

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

Overview

class Numeric

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Nils are always blank

Returns:

  • (Boolean)


18
19
20
# File 'lib/couchrest/support/blank.rb', line 18

def blank?
  true
end