Exception: NilMethodCall

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

Instance Method Summary collapse

Instance Method Details

#false?Boolean

Returns:



10
11
12
# File 'lib/volt/models/model.rb', line 10

def false?
  true
end

#true?Boolean

Returns:



6
7
8
# File 'lib/volt/models/model.rb', line 6

def true?
  false
end