Class: Linguistics::Latin::Verb::LatinVerb::PresentOnlyChecker

Inherits:
Object
  • Object
show all
Defined in:
lib/latinverb/components/present_only_checker.rb

Instance Method Summary collapse

Constructor Details

#initialize(original_string) ⇒ PresentOnlyChecker

Returns a new instance of PresentOnlyChecker.



6
7
8
# File 'lib/latinverb/components/present_only_checker.rb', line 6

def initialize(original_string)
  @original_string = original_string
end

Instance Method Details

#present_only?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/latinverb/components/present_only_checker.rb', line 10

def present_only?
  listed_as_present_only?
end