Class: Lipsum::Words

Inherits:
AllTypes show all
Defined in:
lib/lipsum.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from AllTypes

#[], #to_html, #to_s

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