module SQLiterate::Node::CaseWhenSection

Public Instance Methods

tables() click to toggle source
# File lib/sqliterate/node/control/expression.rb, line 97
def tables
  w.tables + t.tables
end