module Fontist::Import
Public Class Methods
Source
# File lib/fontist/import.rb, line 4 def name_to_filename(name) "#{name.downcase.gsub(' ', '_')}.yml" end
# File lib/fontist/import.rb, line 4 def name_to_filename(name) "#{name.downcase.gsub(' ', '_')}.yml" end