class Oneds::Mrproper::Cleaners::Cleaner

Attributes

dry_run[R]

Public Class Methods

new(dry_run = false) click to toggle source
# File lib/oneds/mrproper/cleaners/cleaner.rb, line 7
def initialize(dry_run = false)
  @dry_run = dry_run
end