Libraries
»
rubinius-ast
(3.8)
»
Index
»
CodeTools
»
AST
»
BackRef
»
#to_sexp
Method: CodeTools::AST::BackRef#to_sexp
Defined in:
lib/rubinius/code/ast/variables.rb
#
to_sexp
⇒
Object
58 59 60
# File 'lib/rubinius/code/ast/variables.rb', line 58
def
to_sexp
[
:back_ref
,
@kind
]
end