class FuckBot::Dictionary

Attributes

words[R]

Public Class Methods

new() click to toggle source
# File lib/fuck_bot/dictionary.rb, line 10
def initialize
  @words = YAML.load_file(File.join(__dir__, '../dictionary.yml'))
               .values
               .flatten
end