Method: Licit::Command#fix

Defined in:
lib/licit/command.rb

#fix(licenser) ⇒ Object



19
20
21
22
# File 'lib/licit/command.rb', line 19

def fix(licenser)
  licenser.fix_files
  licenser.fix_headers
end