package org.jruby; public interface Appendable { void appendIntoString(RubyString target); }