module Decuss
Constants
- VERSION
Public Instance Methods
words()
click to toggle source
Find all swear words from a list of rude words
# File lib/decuss.rb, line 9 def words path = File.join(__dir__, 'decuss/config/rudewords.yml') yaml = YAML.load_file(path) return yaml end