Method: CodeTools::AST::Module#to_sexp

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

#to_sexpObject



973
974
975
# File 'lib/rubinius/code/ast/definitions.rb', line 973

def to_sexp
  [:module, @name.to_sexp, @body.to_sexp]
end