test/test_font.rb in processing-0.5.32 vs test/test_font.rb in processing-0.5.33
- old
+ new
@@ -4,10 +4,10 @@
class TestFont < Test::Unit::TestCase
P = Processing
def font(*args)
- P::Font.new(Rays::Font.new *args).tap {|font|
+ P::Font.new(Rays::Font.new(*args)).tap {|font|
def font.intern()
getInternal__
end
}
end