class Baza::Tables
Public Instance Methods
exists?(name)
click to toggle source
# File lib/baza/tables.rb, line 2 def exists?(name) list.any? { |table| table.name.to_s == name.to_s } end
# File lib/baza/tables.rb, line 2 def exists?(name) list.any? { |table| table.name.to_s == name.to_s } end