Add support for __END__
in RBS files
#1610
Closed
sampersand
started this conversation in
Ideas
Replies: 1 comment
-
Moved ot an issue: #1646 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One thing I really like about Ruby is the fact that you can type
\n__END__\n
and it'll comment out the rest of the file. I use it very extensively, from testing quick snippets, to commenting out code i'm replacing, to finding where the missingend
originated from.I'd really like if we could support
\n__END__\n
in RBS. It'd act just like Ruby's (except for noDATA
) and would "comment out" the rest of the file.Beta Was this translation helpful? Give feedback.
All reactions