Class: Linguistics::Latin::Verb::LatinVerb::QuerentMutators::Semideponent

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/latinverb/querent_mutators/semideponent.rb

Instance Method Summary collapse

Constructor Details

#initialize(verb, querent, opts = {}) ⇒ Semideponent

Returns a new instance of Semideponent.



10
11
12
13
14
# File 'lib/latinverb/querent_mutators/semideponent.rb', line 10

def initialize(verb, querent, opts={})
  @verb = verb
  @querent = querent
  @proxyVerb = LatinVerb.new(DeponentStringDeriver.new(original_string).proxy_string, :proxy_verb => true)
end

Instance Method Details

#mutate!Object



15
# File 'lib/latinverb/querent_mutators/semideponent.rb', line 15

def mutate!;end