class Sexpir::Binary
¶ ↑
Attributes
lhs[RW]
op[RW]
rhs[RW]
Public Instance Methods
sexp()
click to toggle source
# File lib/sexpir/ast_sexp.rb, line 186 def sexp "(#{op} #{lhs.sexp} #{rhs.sexp})" end