module SQLiterate::Node::WithSection

Public Instance Methods

tables() click to toggle source
# File lib/sqliterate/node/control/query.rb, line 22
def tables
  respond_to?(:with_queries) ? with_queries.tables : []
end