We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__FILE__
1 parent de1faa1 commit 571ba37Copy full SHA for 571ba37
lib/prism/translation/ruby_parser.rb
@@ -16,7 +16,7 @@ class RubyParser
16
# A prism visitor that builds Sexp objects.
17
class Compiler < ::Prism::Compiler
18
# This is the name of the file that we are compiling. We set it on every
19
- # Sexp object that is generated, and also use it to compile __FILE__
+ # Sexp object that is generated, and also use it to compile `__FILE__`
20
# nodes.
21
attr_reader :file
22
0 commit comments