class Troy::ExtensionMatcher

def initialize(path)

def initialize(path)
  @path = path
  @matchers = {}
end