Method: CodeTools::AST::Module#to_sexp
- Defined in:
- lib/rubinius/code/ast/definitions.rb
#to_sexp ⇒ Object
973 974 975 |
# File 'lib/rubinius/code/ast/definitions.rb', line 973 def to_sexp [:module, @name.to_sexp, @body.to_sexp] end |