Method: IconGenerator::Thor#generate

Defined in:
lib/icon_generator/thor.rb

#generate(destination) ⇒ Object



18
19
20
21
# File 'lib/icon_generator/thor.rb', line 18

def generate(destination)
    favicon(options[:favicon], destination) if options[:favicon]
    touch(options[:touch], destination) if options[:touch]
end