Skip to content

Commit 15eb471

Browse files
author
webdev778
committed
Detector: exclude Rababa
1 parent 0e52095 commit 15eb471

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ruby/lib/interscript/detector.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def set_from_kwargs(**kwargs)
3333

3434
def call(source, destination)
3535
maps = Interscript.maps(select: @map_pattern, load_path: @load_path)
36+
maps = Interscript.exclude_maps(maps, compiler: self.class)
37+
maps = Interscript.exclude_maps(maps, compiler: @compiler)
3638

3739
summary = maps.map do |map|
3840
try_dest = Interscript.transliterate(map, source, compiler: @compiler)

0 commit comments

Comments
 (0)