module Fontist::Import::Helpers::SystemHelper

Public Class Methods

run(command) click to toggle source
# File lib/fontist/import/helpers/system_helper.rb, line 6
def run(command)
  Fontist::Helpers.run(command)
end