Module: Jido

Defined in:
lib/jido.rb,
lib/jido/conjugator.rb

Overview

Container for the conjugator. Maybe other stuff will go in here later..

Defined Under Namespace

Classes: Conjugator

Class Method Summary collapse

Class Method Details

.load(lang, options = {}) ⇒ Object

Convenience method for Jido::Conjugator.load



6
7
8
# File 'lib/jido.rb', line 6

def Jido.load lang, options = {}
  Jido::Conjugator.new lang, options
end