Class Filename

java.lang.Object
org.jruby.ir.operands.Operand
org.jruby.ir.operands.Filename

public class Filename extends Operand
Represents the script's __FILE__. Isolated as its own operand because we need to be able to replace it when loading persisted IR from a location different than original script.