module Sauber

Constants

VERSION

Attributes

blacklist[RW]
replacement[RW]
whitelist[RW]

Public Instance Methods

clean(text) click to toggle source
# File lib/sauber.rb, line 11
def clean text
  Sauber::Base.clean text
end
configure() { |self| ... } click to toggle source
# File lib/sauber.rb, line 7
def configure
 yield self
end