class Scenic::Adapters::Postgres::Views::TSortableHash
Public Instance Methods
Source
# File lib/scenic/adapters/postgres/views.rb, line 90 def tsort_each_child(node, &) fetch(node).each(&) end
# File lib/scenic/adapters/postgres/views.rb, line 90 def tsort_each_child(node, &) fetch(node).each(&) end