Method: CodeTools::AST::BackRef#to_sexp

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

#to_sexpObject



58
59
60
# File 'lib/rubinius/code/ast/variables.rb', line 58

def to_sexp
  [:back_ref, @kind]
end