Libraries
»
rubinius-ast
(2.2.0)
»
Index
»
CodeTools
»
AST
»
Self
»
#defined
Method: CodeTools::AST::Self#defined
Defined in:
lib/rubinius/ast/self.rb
#
defined
(g) ⇒
Object
12 13 14
# File 'lib/rubinius/ast/self.rb', line 12
def
defined
(
g
)
g
.
push_literal
"self"
end