module FillerText

Public Class Methods

bytes(n=nil) click to toggle source
# File lib/fillertext/fillertext.rb, line 12
def self.bytes(n=nil)
  FillerText.bytes n
end
characters(n=nil) click to toggle source
# File lib/fillertext/fillertext.rb, line 15
def self.characters(n=nil)
  FillerText.characters n
end
paragraphs(n=nil) click to toggle source
# File lib/fillertext/fillertext.rb, line 6
def self.paragraphs(n=nil)
  FillerText.paragraphs n
end
sentences(n=nil) click to toggle source
# File lib/fillertext/fillertext.rb, line 18
def self.sentences(n=nil)
  FillerText.sentences n
end
words(n=nil) click to toggle source
# File lib/fillertext/fillertext.rb, line 9
def self.words(n=nil)
  FillerText.words n
end