Method: CodeTools::AST::And#to_sexp

Defined in:
lib/rubinius/code/ast/operators.rb

#to_sexpObject



39
40
41
# File 'lib/rubinius/code/ast/operators.rb', line 39

def to_sexp
  [sexp_name, @left.to_sexp, @right.to_sexp]
end