string.rb revision 38d27d8b88234125c7142989369be07db649684f
#
# Extensions to the String class
#
# Creates a space-separated sequence of lower-case tokens such as "nice pizza ontology"
# from a sequence of title-case tokens such as "NicePizzaOntology", "Nice-Pizza-Ontology"
# or "Nice_Pizza_Ontology".
#
end
end
end