Class: SelfML::AST::Comment
- Inherits:
-
String
- Object
- String
- SelfML::AST::Comment
- Defined in:
- lib/selfml/ast.rb
Instance Method Summary (collapse)
- - (Object) serialize (also: #to_s)
Instance Method Details
- (Object) serialize Also known as: to_s
76 |
# File 'lib/selfml/ast.rb', line 76 def serialize; nil; end |