Class: BFCLint::Generator

Inherits:
Thor
  • Object
show all
Defined in:
lib/bfc-lint/generator.rb

Instance Method Summary collapse

Instance Method Details

#installObject



10
11
12
# File 'lib/bfc-lint/generator.rb', line 10

def install
  install_files
end

#updateObject



15
16
17
18
# File 'lib/bfc-lint/generator.rb', line 15

def update
  remove_files
  install_files
end