class Yadriggy::IdentifierOrCall
@abstract The super class of {Identifier} and {VariableCall}.
Public Class Methods
new(sexp)
click to toggle source
Calls superclass method
Yadriggy::Name::new
# File lib/yadriggy/ast.rb, line 103 def initialize(sexp) super(sexp) end