Method: Gct::Command::Unskip::Modular#run

Defined in:
lib/gct/command/unskip/modular.rb

#runObject



23
24
25
26
27
# File 'lib/gct/command/unskip/modular.rb', line 23

def run
  db = Database::Data.new
  sql = "delete from modular_headers where pod_name = '#{@pod_name}'"
  res = db.query(sql)
end