Class: ConjugateFrench::ConjugateCLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/conjugate_french.rb

Instance Method Summary collapse

Instance Method Details

#conjugateObject



10
11
12
# File 'lib/conjugate_french.rb', line 10

def conjugate
  ConjugateFrench::Tense.conjugate(opts['verb'], opts['tense'])
end