Sha256: df116fa23eb4b4a60e791d8c2383abe640601a4b12d9fe9ae675126f228dc4eb

Contents?: true

Size: 153 Bytes

Versions: 31

Compression:

Stored size: 153 Bytes

Contents

module RubySpeech
  module GRXML
    class PotentialMatch
      def eql?(o)
        o.is_a? self.class
      end
      alias :== :eql?
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
ruby_speech-3.0.1-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-3.0.1 lib/ruby_speech/grxml/potential_match.rb
ruby_speech-3.0.0-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-3.0.0 lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.4.0-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.4.0 lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.3.2-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.3.2 lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.3.1-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.3.1 lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.3.0-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.3.0 lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.2.2-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.2.2 lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.2.1-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.2.1 lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.2.0-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.2.0 lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.1.2-java lib/ruby_speech/grxml/potential_match.rb
ruby_speech-2.1.2 lib/ruby_speech/grxml/potential_match.rb