Module: FillerText

Defined in:
lib/fillertext/fixnum.rb,
lib/fillertext/fillertext.rb

Defined Under Namespace

Modules: Fixnum, Style Classes: FillerText

Class Method Summary collapse

Class Method Details

.bytes(n = nil) ⇒ Object



12
13
14
# File 'lib/fillertext/fillertext.rb', line 12

def self.bytes(n=nil)
  FillerText.bytes n
end

.characters(n = nil) ⇒ Object



15
16
17
# File 'lib/fillertext/fillertext.rb', line 15

def self.characters(n=nil)
  FillerText.characters n
end

.paragraphs(n = nil) ⇒ Object



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

def self.paragraphs(n=nil)
  FillerText.paragraphs n
end

.sentences(n = nil) ⇒ Object



18
19
20
# File 'lib/fillertext/fillertext.rb', line 18

def self.sentences(n=nil)
  FillerText.sentences n
end

.words(n = nil) ⇒ Object



9
10
11
# File 'lib/fillertext/fillertext.rb', line 9

def self.words(n=nil)
  FillerText.words n
end