class Boolean

Public Instance Methods

hash() click to toggle source
# File lib/volt/utils/boolean_patch.rb, line 4
def hash
  self ? 'Boolean:true' : 'Boolean:false'
end