Created
September 16, 2015 05:00
-
-
Save Matsuyanagi/ee863f4b0bf1f650a733 to your computer and use it in GitHub Desktop.
ruby skeleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# -*- coding: utf-8 -*- | |
#----------------------------------------------------------------------------- | |
# | |
# | |
# | |
# 2015-09-16 | |
#----------------------------------------------------------------------------- | |
require 'pp' | |
require 'fileutils' | |
require 'date' | |
require 'time' | |
require 'strscan' | |
Encoding.default_external="utf-8" | |
#----------------------------------------------------------------------------- | |
# | |
#----------------------------------------------------------------------------- | |
settings = { | |
} | |
#----------------------------------------------------------------------------- | |
# | |
#----------------------------------------------------------------------------- | |
def main( settings ) | |
end | |
main( settings ) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment