Method: Compendium::Param#==

Defined in:
lib/compendium/param_types.rb

#==(other) ⇒ Object



11
12
13
14
# File 'lib/compendium/param_types.rb', line 11

def ==(other)
  return true if (value == other rescue false)
  super
end