Sha256: 28f9115d84c7b89779fb18b1a8a7527349cae558333782b216913a16bb1a6d19
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
=begin Copyright © 2007 John Vorhauer Contact me at langa@vorhauer.de near 50°55'N+6°55'E. This file is part of Langa. Langa is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Langa is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Langa. If not, see <http://www.gnu.org/licenses/>. For a detailed functional description of Langa see README file =end $:.unshift File.join(File.dirname(__FILE__), 'langa') require 'rubygems' require 'utilities' require 'file' require 'dna' require 'languages' require 'languageanalyzer' require 'randomtestfiles' require 'getoptlong'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
langa-1.0.0 | lib/langa.rb |