Beispiel #1
0
 public PassthroughNode(RubyNode child) {
   super(child.getContext(), child.getSourceSection());
   this.child = child;
 }