50 51 52 53
# File 'lib/mdlsql.rb', line 50 def update(table=nil) query = SqlQuery.new.update(table) return query end