3 4 5
# File 'lib/create_table/parser.rb', line 3 def Parser.remove_comments(str) str.gsub SQL_COMMENT, '' end