Method: Lyp::DependencyResolver#queue_file_for_processing

Defined in:
lib/lyp/resolver.rb

#queue_file_for_processing(path, leaf) ⇒ Object



247
248
249
# File 'lib/lyp/resolver.rb', line 247

def queue_file_for_processing(path, leaf)
  @queue << {path: path, leaf: leaf}
end