Skip to content

Commit

Permalink
Initialize @code to nil.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 13, 2024
1 parent 1a4ea59 commit 9b37e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xrb/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def initialize(buffer, binding: BINDING)
@buffer = buffer
@binding = binding

@code = nil
@compiled = nil
end

Expand Down

0 comments on commit 9b37e66

Please sign in to comment.