Exception: NilMethodCall

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

Instance Method Summary collapse

Instance Method Details

#false?Boolean

Returns:



15
16
17
# File 'lib/volt/models/model.rb', line 15

def false?
  true
end

#true?Boolean

Returns:



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

def true?
  false
end