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([:favicon], destination) if [:favicon] touch([:touch], destination) if [:touch] end |