class WordGenerator::Word

Attributes

text[R]

Public Class Methods

new(text) click to toggle source
# File lib/word_generator/word.rb, line 5
def initialize(text)
  @text = text
end