aboutsummaryrefslogtreecommitdiffstats
path: root/lib/prism/parse_result.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/prism/parse_result.rb')
-rw-r--r--lib/prism/parse_result.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prism/parse_result.rb b/lib/prism/parse_result.rb
index 92651cf766..c7f6cdcd16 100644
--- a/lib/prism/parse_result.rb
+++ b/lib/prism/parse_result.rb
@@ -9,7 +9,7 @@ module Prism
attr_reader :source
# The line number where this source starts.
- attr_reader :start_line
+ attr_accessor :start_line
# The list of newline byte offsets in the source code.
attr_reader :offsets