Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix documented type for BareAssocHash#assocs
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
  • Loading branch information
Morriar committed Apr 8, 2022
commit ca3a09028352ad74a1bc698c209f98b1472a7450
2 changes: 1 addition & 1 deletion lib/syntax_tree/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ def self.for(container)
# method(key1: value1, key2: value2)
#
class BareAssocHash < Node
# [Array[ AssocNew | AssocSplat ]]
# [Array[ Assoc | AssocSplat ]]
attr_reader :assocs

# [Array[ Comment | EmbDoc ]] the comments attached to this node
Expand Down