|
From: Yasuhito T. <tak...@us...> - 2004-11-16 05:21:34
|
Update of /cvsroot/lucie/lucie/ruby/packages/liblucie/lib/lucie/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29208/ruby/packages/liblucie/lib/lucie/framework Modified Files: command.rb Log Message: * re-formatting based on CODINGSTYLE. Index: command.rb =================================================================== RCS file: /cvsroot/lucie/lucie/ruby/packages/liblucie/lib/lucie/framework/command.rb,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** command.rb 23 Jul 2004 02:09:13 -0000 1.1 --- command.rb 16 Nov 2004 05:20:54 -0000 1.2 *************** *** 9,29 **** require 'lucie/const' ! module Lucie ! ! ! update(%q$Date$) ! module Framework # :nodoc: module Command # :nodoc: - - public def execute raise NotImplementedError, 'this is a pure virtual method' end - - end end --- 9,22 ---- require 'lucie/const' + module Lucie # :nodoc: ! update(%q$Date$) module Framework # :nodoc: module Command # :nodoc: public def execute raise NotImplementedError, 'this is a pure virtual method' end end end |