module Fontist::Import
Public Class Methods
name_to_filename(name)
click to toggle 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