A note.
This commit is contained in:
parent
1f30439d5e
commit
2733d81533
1 changed files with 1 additions and 1 deletions
2
bin/ace
2
bin/ace
|
@ -40,7 +40,7 @@ end
|
|||
rules.rules.each do |klass, files|
|
||||
# puts "#{klass} #{files.inspect}"
|
||||
files.each do |file|
|
||||
if File.binread(file).match(/^-{3,5}\s*$/)
|
||||
if File.binread(file).match(/^-{3,5}\s*$/) # TODO: this should be a filter or lazy-loaded
|
||||
puts "~ Read #{file} with parse"
|
||||
raw_item = Ace::RawItem.new(file).tap(&:parse)
|
||||
raw_item.check_metadata_created_at(file)
|
||||
|
|
Loading…
Add table
Reference in a new issue