diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-17 08:22:05 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-17 08:22:05 +0200 |
commit | d489ca77984f86bc176a0d9aa3c3c7eb784b18c9 (patch) | |
tree | 4efa7e07b39d432d0159bd7dd0f967ed2193d288 | |
parent | 35b257fb69fc7f7821c108a33f21ab316cd74abe (diff) | |
download | zorglub-d489ca77984f86bc176a0d9aa3c3c7eb784b18c9.zip zorglub-d489ca77984f86bc176a0d9aa3c3c7eb784b18c9.tar.gz |
add coding header and EOF
-rw-r--r-- | lib/zorglub.rb | 1 | ||||
-rw-r--r-- | lib/zorglub/app.rb | 3 | ||||
-rw-r--r-- | lib/zorglub/config.rb | 3 | ||||
-rw-r--r-- | lib/zorglub/node.rb | 3 |
4 files changed, 7 insertions, 3 deletions
diff --git a/lib/zorglub.rb b/lib/zorglub.rb index 60917c6..d83ec5c 100644 --- a/lib/zorglub.rb +++ b/lib/zorglub.rb @@ -11,3 +11,4 @@ module Zorglub # end # +# EOF diff --git a/lib/zorglub/app.rb b/lib/zorglub/app.rb index 0de4336..635f511 100644 --- a/lib/zorglub/app.rb +++ b/lib/zorglub/app.rb @@ -1,4 +1,4 @@ -#! /usr/bin/ruby +# -*- coding: UTF-8 -*- # require 'rack' # @@ -42,3 +42,4 @@ module Zorglub # end # +# EOF diff --git a/lib/zorglub/config.rb b/lib/zorglub/config.rb index 5c43a1b..70fdfcc 100644 --- a/lib/zorglub/config.rb +++ b/lib/zorglub/config.rb @@ -1,4 +1,4 @@ -#! /usr/bin/ruby +# -*- coding: UTF-8 -*- # module Zorglub # @@ -66,3 +66,4 @@ module Zorglub # end # +# EOF diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb index fc74d7b..b4f7e62 100644 --- a/lib/zorglub/node.rb +++ b/lib/zorglub/node.rb @@ -1,4 +1,4 @@ -#! /usr/bin/ruby +# -*- coding: UTF-8 -*- # module Zorglub # @@ -101,3 +101,4 @@ module Zorglub # end # +# EOF |