module RubyHelm::ClassMethods

Public Instance Methods

clean(opts = {}) click to toggle source
# File lib/ruby_helm.rb, line 22
def clean(opts = {})
  Commands::Clean.new.execute(opts)
end