Class: RubySpeech::GRXML::PotentialMatch
- Inherits:
-
Object
- Object
- RubySpeech::GRXML::PotentialMatch
- Defined in:
- lib/ruby_speech/grxml/potential_match.rb
Instance Method Summary collapse
- #eql?(o) ⇒ Boolean (also: #==)
Instance Method Details
#eql?(o) ⇒ Boolean Also known as: ==
4 5 6 |
# File 'lib/ruby_speech/grxml/potential_match.rb', line 4 def eql?(o) o.is_a? self.class end |