class Fontist::Indexes::IndexFormula
Public Class Methods
Source
# File lib/fontist/indexes/index_formula.rb, line 4 def initialize(path) @path = path end
Public Instance Methods
Source
# File lib/fontist/indexes/index_formula.rb, line 20 def ==(other) to_s == other.to_s end
Source
# File lib/fontist/indexes/index_formula.rb, line 8 def name normalized.sub(/\.yml$/, "") end
Source
# File lib/fontist/indexes/index_formula.rb, line 16 def to_full Formula.new_from_file(full_path) end