lib/ruby_speech/grxml/element.rb in ruby_speech-0.3.4 vs lib/ruby_speech/grxml/element.rb in ruby_speech-0.4.0

- old
+ new

@@ -13,9 +13,11 @@ def self.module GRXML end + alias_method :nokogiri_children, :children + include GenericElement end # Element end # GRXML end # RubySpeech