29 30 31 32 33 34
# File 'lib/xaases/conf.rb', line 29 def self.table name, *columns edit do |config| puts Color.yellow "Add table #{name}" config['Tables'][name] = columns end end