adhearsion/ruby_speech

View on GitHub
lib/ruby_speech/grxml/max_match.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RubySpeech
  module GRXML
    class MaxMatch < Match
    end
  end
end