Skip to content

Commit

Permalink
fixup! fixup! Properly find views by name
Browse files Browse the repository at this point in the history
  • Loading branch information
calebhearth committed Mar 5, 2024
1 parent 3a2ddcc commit 6678e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/scenic/schema_dumper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class TSortableHash < Hash
include TSort

alias_method :tsort_each_node, :each_key
def tsort_each_child(node, &block)
fetch(node).each(&block)
def tsort_each_child(node, &)
fetch(node).each(&)
end
end

Expand Down

0 comments on commit 6678e40

Please sign in to comment.