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