summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchneems <[email protected]>2024-11-15 10:02:58 -0600
committergit <[email protected]>2024-11-15 16:06:25 +0000
commit3a547e2539124e8ecd9b09f747fb8f516295134e ()
treed0b28a6aac80ee05e0f8374dd5e9f997b901f202
parent03a77c03eb7c21995d062420dd4280b303ade820 (diff)
[ruby/syntax_suggest] Explain why class exists
https://.com/ruby/syntax_suggest/commit/8c36b0cb35
-rw-r--r--lib/syntax_suggest/mini_stringio.rb4
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ module SyntaxSuggest
#
# Acts like a StringIO with reduced API, but without having to require that
# class.
class MiniStringIO
EMPTY_ARG = Object.new