Class: Lipsum::Bytes
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(start) ⇒ Bytes
constructor
A new instance of Bytes.
Methods inherited from AllTypes
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 |