11 12 13 14
# File 'lib/compendium/param_types.rb', line 11 def ==(other) return true if (value == other rescue false) super end