Class: Boolean

Inherits:
Object show all
Defined in:
lib/volt/utils/boolean_patch.rb

Instance Method Summary collapse

Instance Method Details

#hashObject



4
5
6
# File 'lib/volt/utils/boolean_patch.rb', line 4

def hash
  self ? 'Boolean:true' : 'Boolean:false'
end