We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ba0e2 commit e2f1ffdCopy full SHA for e2f1ffd
lib/ruby_wordcram.rb
@@ -4,7 +4,7 @@
4
require 'jsoup-1.7.2.jar'
5
require 'cue.language.jar'
6
wc = %w(WordAngler WordColorer WordCram WordFonter WordPlacer WordSkipReason)
7
- sh = %w(Colorers ImageShaper Placers Word ShapeBasedPlacer)
+ sh = %w(Colorers ImageShaper Observer Placers Word ShapeBasedPlacer)
8
WC = wc.concat(sh).freeze
9
WC.each do |klass|
10
java_import "wordcram.#{klass}"
0 commit comments