Class: Lipsum::Bytes

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

Returns a new instance of Bytes.



58
59
60
61
# File 'lib/lipsum.rb', line 58

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