Sha256: e689ae164704a316d00583dae250f8669f7bbfb8593b3ebc66fb775e82d0fc0b
Contents?: true
Size: 406 Bytes
Versions: 17
Compression:
Stored size: 406 Bytes
Contents
require_relative 'pronoun' module Zenlish module WClasses # A relative pronoun refers to a noun that has already been mentionned, # and gives more information about that noun: who, whom, whose # (for people) and which, what, that for things (and animals). # A relative pronoun introduces a relative clause. class RelativePronoun < Pronoun end # class end # module end # module
Version data entries
17 entries across 17 versions & 1 rubygems