Package org.jruby

Interface Appendable

All Known Implementing Classes:
RubyBoolean, RubyBoolean.False, RubyBoolean.True, RubyFixnum, RubyFloat, RubyString, RubyString.FString, RubySymbol

public interface Appendable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • appendIntoString

      void appendIntoString(RubyString target)