Class MutableString

java.lang.Object
org.jruby.ir.operands.Operand
org.jruby.ir.operands.MutableString
All Implemented Interfaces:
Stringable, StringLiteral
Direct Known Subclasses:
ChilledString

public class MutableString extends Operand implements Stringable, StringLiteral
Represents a literal string value. This is not an immutable literal because I can gsub!, for example, and modify the contents of the string. This is not like a Java string.