Skip to content

Commit

Permalink
ErbContent: Adds value to elements (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwessman authored Sep 18, 2023
1 parent 9e55b88 commit a348c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/syntax_tree/erb/nodes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def accept(visitor)
end

def child_nodes
[]
[@value].compact
end

alias deconstruct child_nodes
Expand Down

0 comments on commit a348c86

Please sign in to comment.