module Dishwasher
Constants
- VERSION
Public Class Methods
start()
click to toggle source
# File lib/dishwasher.rb, line 12 def start puts Artii::Base.new.asciify("Dishwasher") cs = Dishwasher::Github.confirmed_selections Dishwasher::DeleteForks.delete(cs) true end