Skip to content

Commit

Permalink
Removed unnecessary simple_scanner.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Lopez committed May 5, 2011
1 parent db8d854 commit 7cf0314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
7 changes: 4 additions & 3 deletions lib/mrT/command-t/simple_finder.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
require 'command-t/ext' # CommandT::Matcher
require 'command-t/finder'
require 'mrT/command-t/simple_scanner'

module CommandT
# Finder for a predefined list of items provided at initialization
class SimpleFinder < Finder
attr_reader :paths

def initialize(items, options = {})
@scanner = SimpleScanner.new items
@matcher = Matcher.new @scanner, options
@paths = items
@matcher = Matcher.new self, options
end
end
end
12 changes: 0 additions & 12 deletions lib/mrT/command-t/simple_scanner.rb

This file was deleted.

0 comments on commit 7cf0314

Please sign in to comment.