Module: FillerText::Integer

Included in:
Integer
Defined in:
lib/fillertext/integer.rb

Overview

Modification for Integer class

Instance Method Summary collapse

Instance Method Details

#fillerObject



6
7
8
9
# File 'lib/fillertext/integer.rb', line 6

def filler
  FillerText.num = self
  FillerText
end