lib/zenlish/wclasses/regular_verb_want.rb in zenlish-0.2.05 vs lib/zenlish/wclasses/regular_verb_want.rb in zenlish-0.2.06

- old
+ new

@@ -1,10 +1,12 @@ +# frozen_string_literal: true + require_relative 'regular_verb' module Zenlish module WClasses # The `want` verb like `need` allow the construct: # want + to + infinitive or progressive. - class RegularVerbWant < IrregularVerb + class RegularVerbWant < RegularVerb end # class end # module -end # module \ No newline at end of file +end # module