class Devpad::CLI::Commands::User::Reset
Public Class Methods
new(shell:)
click to toggle source
# File lib/devpad/cli/commands/user/reset.rb, line 6 def initialize(shell:) @shell = shell end
Public Instance Methods
execute()
click to toggle source
# File lib/devpad/cli/commands/user/reset.rb, line 10 def execute FileUtils.rm_rf("#{Dir.home}/.devpad") end