Class: Lipsum::Words
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(start) ⇒ Words
constructor
A new instance of Words.
Methods inherited from AllTypes
Constructor Details
#initialize(start) ⇒ Words
Returns a new instance of Words.
51 52 53 54 |
# File 'lib/lipsum.rb', line 51 def initialize(start) super(start) @what = "words" end |