scylla 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.4.0
@@ -6,7 +6,6 @@ module Scylla
6
6
  # minsize: The minimum size of the ngrams that you would like to store
7
7
  def initialize(dirtext = DEFAULT_SOURCE_DIR, dirlm = DEFAULT_TARGET_DIR, minsize = 0, silent = false)
8
8
  @dirtext = dirtext
9
- p @dirtext
10
9
  @dirlm = dirlm
11
10
  @minsize = minsize
12
11
  end
File without changes
File without changes
File without changes
File without changes