Parent

Class/Module Index [+]

Quicksearch

Reek::Source::SourceLocator

Finds Ruby source files in a filesystem.

Public Class Methods

new(paths) click to toggle source
# File lib/reek/source/source_locator.rb, line 10
def initialize(paths)
  @paths = paths
end

Public Instance Methods

all_sources() click to toggle source
# 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.