#include "Node.h"

extern oop s_self;

SelfNode::SelfNode(void) : LocalVariable(s_self, s_self, 1) { }
