Method: Writefully::Indices.build_from

Defined in:
lib/writefully/indices.rb

.build_from(modified) ⇒ Object



3
4
5
6
7
# File 'lib/writefully/indices.rb', line 3

def self.build_from(modified)
  modified.map do |file_name|
    index_hash_from(index_name_from(remove_content_path(file_name)))       
  end
end