module Nokogiri::XML

def RelaxNG string_or_io

See Nokogiri::XML::RelaxNG for an example.
Create a new Nokogiri::XML::RelaxNG document from +string_or_io+.
##
def RelaxNG string_or_io
  RelaxNG.new(string_or_io)
end