changeset 3489:eabedd5be3fa

tuika
author KASHIWAGURA Aya <c115046@?.koeki-u.ac.jp>
date Sat, 29 Jul 2017 15:18:05 +0900
parents 15b35a32394f
children 9011d7448c3d
files event/oasis2017/idol/home.rb
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/event/oasis2017/idol/home.rb	Sat Jul 29 15:12:39 2017 +0900
+++ b/event/oasis2017/idol/home.rb	Sat Jul 29 15:18:05 2017 +0900
@@ -1,12 +1,11 @@
 # !/usr/bin/env ruby
-# coding: utf-8
+# -*- coding: utf-8 -*-
 
 # tail -f /usr/local/apache2/logs/error_log
 
 require 'sqlite3'
+require 'cgi'
 file = "../db/point.sq3"
-
-require 'cgi'
 c = CGI.new(:accept_charset => 'utf-8')
 
 gin = c["sam"]

yatex.org