Module: Fontist::Import::Helpers::SystemHelper

Defined in:
lib/fontist/import/helpers/system_helper.rb

Class Method Summary collapse

Class Method Details

.run(command) ⇒ Object



6
7
8
# File 'lib/fontist/import/helpers/system_helper.rb', line 6

def run(command)
  Fontist::Helpers.run(command)
end