class Linguistics::Latin::Verb::LatinVerb::Classifier::DefectiveVerbClassificationStrategy

Public Class Methods

classification() click to toggle source
# File lib/latinverb_classifier/strategies/defective_verb_classification_strategy.rb, line 7
def self.classification
  Classification::Defective
end

Public Instance Methods

applicable?() click to toggle source
# File lib/latinverb_classifier/strategies/defective_verb_classification_strategy.rb, line 11
def applicable?
  Linguistics::Latin::Verb::DEFECTIVE_VERBS.member? first_pres
end