class RBNF::Unary
Unary
AST node
Attributes
a[R]
Public Class Methods
new(a)
click to toggle source
# File lib/rbnf/nodes.rb, line 7 def initialize(a) @a,@memo=a,{} end
Unary
AST node
# File lib/rbnf/nodes.rb, line 7 def initialize(a) @a,@memo=a,{} end