module Forspell::WordMatcher
Constants
- WORD
Public Class Methods
word?(text)
click to toggle source
# File lib/forspell/word_matcher.rb, line 12 def self.word? text WORD.match?(text) end
# File lib/forspell/word_matcher.rb, line 12 def self.word? text WORD.match?(text) end