module Patterns

Constants

BASIC

CONJUNCTIONS = [‘for ’, ‘and ’, ‘nor ’, ‘but ’, ‘or ’, ‘yet ’, ‘so ’, ‘as ’] DETERMINERS = [‘the ’, ‘this ’, ‘that ’]

MISC
PARENS
PUNCTUATION

Public Class Methods

basic() click to toggle source
# File lib/patterns_module/patterns.rb, line 10
def self.basic
  Regexp.union(BASIC)
end