class RubyRTL::Binary
Attributes
lhs[RW]
op[RW]
rhs[RW]
Public Class Methods
new(lhs,op,rhs)
click to toggle source
# File lib/ruby_rtl/ast.rb, line 189 def initialize lhs,op,rhs @lhs,@op,@rhs=lhs,op,rhs end