# File lib/rir/string.rb, line 78
def
is_stopword?
Stoplist
.
include?
(
self
.
downcase
)
end