Class: Lipsum::Paragraphs

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) ⇒ Paragraphs

Returns a new instance of Paragraphs.



44
45
46
47
# File 'lib/lipsum.rb', line 44

def initialize(start)
  super(start)
  @what = "para"
end