package org.jruby.javasupport.test;

public class TestClassWithInitialize 
{
    public void initialize() throws Exception
    {
    }
}

