Class: Delorean::SetComprehension
- Inherits:
-
ListComprehension
- Object
- Treetop::Runtime::SyntaxNode
- SNode
- ListComprehension
- Delorean::SetComprehension
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Methods inherited from ListComprehension
Instance Method Details
#rewrite(context) ⇒ Object
724 725 726 |
# File 'lib/delorean/nodes.rb', line 724 def rewrite(context) "Set[*#{super}]" end |