Class: Pressletter::Values::Words
- Inherits:
-
Object
- Object
- Pressletter::Values::Words
- Defined in:
- lib/pressletter/values/words.rb
Instance Method Summary collapse
- #as_array ⇒ Object
-
#initialize(words) ⇒ Words
constructor
A new instance of Words.
Constructor Details
#initialize(words) ⇒ Words
3 4 5 |
# File 'lib/pressletter/values/words.rb', line 3 def initialize(words) @words = words end |
Instance Method Details
#as_array ⇒ Object
7 8 9 |
# File 'lib/pressletter/values/words.rb', line 7 def as_array @words end |