class Linguistics::Latin::Verb::LatinVerb::Classifier::PresentonlyVerbClassificationStrategy

Public Class Methods

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

Public Instance Methods

applicable?() click to toggle source
# File lib/latinverb_classifier/strategies/present_only_verb_classification_strategy.rb, line 11
def applicable?
  PresentOnlyChecker.new(input).present_only?
end