Exception: NilMethodCall

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/volt/models/model.rb

Instance Method Summary collapse

Instance Method Details

#false?Boolean

Returns:



12
13
14
# File 'lib/volt/models/model.rb', line 12

def false?
  true
end

#true?Boolean

Returns:



8
9
10
# File 'lib/volt/models/model.rb', line 8

def true?
  false
end