Class: RubySpeech::GRXML::PotentialMatch

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_speech/grxml/potential_match.rb

Instance Method Summary collapse

Instance Method Details

#eql?(o) ⇒ Boolean Also known as: ==

Returns:

  • (Boolean)


4
5
6
# File 'lib/ruby_speech/grxml/potential_match.rb', line 4

def eql?(o)
  o.is_a? self.class
end