class RubyRTL::FuncCall
func call
Attributes
args[RW]
name[RW]
Public Class Methods
new(name,args=[])
click to toggle source
# File lib/ruby_rtl/ast.rb, line 200 def initialize name,args=[] @name,@args=name,args end