lib/ruby_speech/grxml/item.rb in ruby_speech-0.3.3 vs lib/ruby_speech/grxml/item.rb in ruby_speech-0.3.4
- old
+ new
@@ -126,10 +126,10 @@
raise InvalidChildError, "A Item can only accept String, Ruleref, Tag or Token as children" unless VALID_CHILD_TYPES.include? arg.class
super
end
def eql?(o)
- super o, :weight, :repeat, :language
+ super o, :weight, :repeat
end
end # Item
end # GRXML
end # RubySpeech