module Rugsweep

Constants

VERSION

Public Class Methods

sweep() click to toggle source
# File lib/rugsweep.rb, line 4
def self.sweep
  Sweeper.new.sweep
end