lib/zenlish/wclasses/quantifier.rb in zenlish-0.2.05 vs lib/zenlish/wclasses/quantifier.rb in zenlish-0.2.06
- old
+ new
@@ -1,10 +1,12 @@
+# frozen_string_literal: true
+
require_relative 'determiner'
module Zenlish
module WClasses
# Quantifiers are used to indicate the number or quantity of the noun under consideration.
# enough, few, little, many, more, most, much, none, several, some
- class Quantifier < Determiner
+ class Quantifier < Determiner
end # class
end # module
end # module