lib/ruby_speech/ssml/break.rb in ruby_speech-0.1.5 vs lib/ruby_speech/ssml/break.rb in ruby_speech-0.2.0

- old
+ new

@@ -5,9 +5,11 @@ # # http://www.w3.org/TR/speech-synthesis/#S3.2.3 # class Break < Element + register :break + VALID_STRENGTHS = [:none, :'x-weak', :weak, :medium, :strong, :'x-strong'].freeze ## # Create a new SSML break element #