class UnaryNode
Attributes
subTree[R]
Public Class Methods
new(subTree)
click to toggle source
# File lib/ast.rb, line 15 def initialize(subTree) @subTree = subTree end
# File lib/ast.rb, line 15 def initialize(subTree) @subTree = subTree end