Skip to content

Commit e2f1ffd

Browse files
committed
Observer
1 parent 14ba0e2 commit e2f1ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wordcram.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require 'jsoup-1.7.2.jar'
55
require 'cue.language.jar'
66
wc = %w(WordAngler WordColorer WordCram WordFonter WordPlacer WordSkipReason)
7-
sh = %w(Colorers ImageShaper Placers Word ShapeBasedPlacer)
7+
sh = %w(Colorers ImageShaper Observer Placers Word ShapeBasedPlacer)
88
WC = wc.concat(sh).freeze
99
WC.each do |klass|
1010
java_import "wordcram.#{klass}"

0 commit comments

Comments
 (0)