Sha256: 07524f4e0fccc1211bf51fa6f843cb863a17b6307b0bcf18060481ec30852524

Contents?: true

Size: 332 Bytes

Versions: 2

Compression:

Stored size: 332 Bytes

Contents

require_relative 'verb'

module Zenlish
  module WClasses
    # The verbs: be, have, do and the modal verbs can, could, may, must, shall,
    #   should, will, would
    # As they are so important to the English language, they deserve
    # their own class(es)
    class Auxiliary < Verb
    end # class
  end # module
end # module

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zenlish-0.2.05 lib/zenlish/wclasses/auxiliary.rb
zenlish-0.2.04 lib/zenlish/wclasses/auxiliary.rb