return inspect(pos + "/" + str.getByteList().realSize + " " + inspect1() + " @ " + inspect2());
}
private IRubyObject inspect(String msg) {
IRubyObject result = getRuntime().newString("#<" + getMetaClass() + " " + msg + ">");
if (str != null) result.infectBy(str);
return result;
}
private static final int INSPECT_LENGTH = 5;