Method: CodeTools::AST::And#defined

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

#defined(g) ⇒ Object



30
31
32
33
# File 'lib/rubinius/code/ast/operators.rb', line 30

def defined(g)
  g.push_literal "expression"
  g.string_dup
end