Package org.jruby.ast

Class ZSuperNode

java.lang.Object
org.jruby.ast.Node
org.jruby.ast.ZSuperNode
All Implemented Interfaces:
BlockAcceptingNode

public class ZSuperNode extends Node implements BlockAcceptingNode
a call to 'super' with no arguments in a method.