Object
Finds Ruby source files in a filesystem.
# File lib/reek/source/source_locator.rb, line 10 def initialize(paths) @paths = paths end
# File lib/reek/source/source_locator.rb, line 14 def all_sources valid_paths.map {|path| File.new(path).to_reek_source } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.