Skip to content

Instantly share code, notes, and snippets.

@Matsuyanagi
Created September 16, 2015 05:00
Show Gist options
  • Save Matsuyanagi/ee863f4b0bf1f650a733 to your computer and use it in GitHub Desktop.
Save Matsuyanagi/ee863f4b0bf1f650a733 to your computer and use it in GitHub Desktop.
ruby skeleton
#!/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