Method: Interscript::Detector#initialize

Defined in:
lib/interscript/detector.rb

#initializeDetector



17
18
19
20
21
22
23
24
25
26
# File 'lib/interscript/detector.rb', line 17

def initialize
  @compiler = Interscript::Interpreter
  @distance_computer = DistanceComputer::Levenshtein
  @map_pattern = "*"

  @each = false

  @load_path = false
  @cache = CACHE
end