Skip to content

Commit

Permalink
remove duplicated current_node definition
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jan 9, 2024
1 parent 11b032d commit f8032c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/synvert/core/rewriter/instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def initialize(rewriter, file_path, &block)
# @return file path
# @!attribute [rw] current_node
# @return current ast node
attr_reader :file_path, :current_node
attr_reader :file_path
attr_accessor :current_node

# Process the instance.
Expand Down

0 comments on commit f8032c5

Please sign in to comment.