module SQLiterate::Node::WithQueries

Public Instance Methods

tables() click to toggle source
# File lib/sqliterate/node/control/query.rb, line 28
def tables
  [with_query.table] + r.elements.map { |e| e.with_query.table }
end