6 lines
100 B
Ruby
6 lines
100 B
Ruby
require "hbc/staged"
|
|
|
|
class Hbc::DSL::UninstallPreflight < Hbc::DSL::Base
|
|
include Hbc::Staged
|
|
end
|