class DirProcessor::DirProcessor::AFile

DSL definition

Private Instance Methods

feed(given) click to toggle source
# File lib/dir_processor.rb, line 87
def feed given
  @block.call given if accept? given
end