Sha256: 1064838704e57c1c1d5c916db2af5cfaeda4185567ae988285c44b3a275e022f
Contents?: true
Size: 387 Bytes
Versions: 17
Compression:
Stored size: 387 Bytes
Contents
require_relative 'pronoun' module Zenlish module WClasses # Personal pronouns refer to people or things involved in the text. # They change according to person, number, gender and case. # Subject forms: I, you, he/she/it, we, you, they # Object forms: Me, you, him, her, it, us, you, them class PersonalPronoun < Pronoun end # class end # module end # module
Version data entries
17 entries across 17 versions & 1 rubygems