Sha256: cf23a3d3a3e003f419d51cc2bb192539ff18eaf2ab12a79db0250905979eafb8
Contents?: true
Size: 677 Bytes
Versions: 18
Compression:
Stored size: 677 Bytes
Contents
require_relative 'conjunction' module Zenlish module WClasses # A subordinating conjunction is a word or phrase that connects a dependent # clause to a main clause. The subordinating conjunction indicates how the # dependent clause adds informative value to the main clause. For instance, # by signaling a cause-and-effect relation, a shift in time or place between # the two clauses. # Common subordinating conjunctions: after, although, as, because, before, # how, if, once, since, than, that, though, till, until, when, where, # whether, while class SubordinatingConjunction < WordClass end # class end # module end # module
Version data entries
18 entries across 18 versions & 1 rubygems