Package org.jruby.ast

Class SplatNode

java.lang.Object
org.jruby.ast.Node
org.jruby.ast.SplatNode

public class SplatNode extends Node
  • Field Details

    • node

      protected final Node node
  • Constructor Details

    • SplatNode

      public SplatNode(int line, Node node)
  • Method Details