Class: FalseClass

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

Overview

class TrueClass

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

False is always blank.



32
33
34
# File 'lib/couchrest/support/blank.rb', line 32

def blank?
  true
end