lib/sgl/sgl-connect.rb in sgl-0.4.0 vs lib/sgl/sgl-connect.rb in sgl-1.0.0

- old
+ new

@@ -1,9 +1,9 @@ -#!/usr/bin/env ruby -w -# Copyright (C) 2004-2007 Kouichirou Eto, All rights reserved. -# License: Ruby License - -require "drb/drb" - -module Sgl - DEFAULT_URI = "druby://localhost:12345" -end +#!/usr/bin/env ruby -w +# Copyright (C) 2004-2007 Kouichirou Eto, All rights reserved. +# License: Ruby License + +require "drb/drb" + +module Sgl + DEFAULT_URI = "druby://localhost:12345" +end