Module: FontProcessor::Processor::FakeSwfWrapper
- Defined in:
- lib/fontprocessor/processor.rb
Overview
Fake module used for tests since FLEX SDK is hard to install and it’s on its way out since we won’t be supporting SWF in the near future in 2018 per Gregor
Class Method Summary collapse
Class Method Details
.wrap(file_name) ⇒ Object
530 531 532 |
# File 'lib/fontprocessor/processor.rb', line 530 def self.wrap(file_name) FileUtils.touch file_name end |