Module: Moby
- Defined in:
- lib/moby.rb,
lib/moby/base.rb,
lib/moby/version.rb,
lib/moby/thesaurus.rb,
lib/moby/hyphenator.rb,
lib/moby/parts_of_speech.rb
Defined Under Namespace
Classes: Base, Hyphenator, PartsOfSpeech, Thesaurus
Constant Summary
- VERSION =
"1.2.0"
Class Method Summary (collapse)
Class Method Details
+ (Object) base_path
10 11 12 |
# File 'lib/moby.rb', line 10 def self.base_path File.("../..", __FILE__) end |