summaryrefslogtreecommitdiff
path: root/ws.rb
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2010-02-11 17:43:11 +0100
committerAlessio Treglia <quadrispro@ubuntu.com>2010-02-11 17:43:11 +0100
commitd136f8f7d28ea86f3f040e95aef4c7a95ea8b7e2 (patch)
tree286ff861eca93f6a1ccb5248bef34b3f03fbe200 /ws.rb
parentf369f1bdb2b9efc5b7ed3b74a0b4b51642086e18 (diff)
Imported Upstream version 11.3
Diffstat (limited to 'ws.rb')
-rw-r--r--ws.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ws.rb b/ws.rb
index 6956997..43e098a 100644
--- a/ws.rb
+++ b/ws.rb
@@ -1,6 +1,6 @@
# ws.rb -- with_sound and friends for Snd/Ruby -*- snd-ruby -*-
-# Copyright (c) 2003--2009 Michael Scholz <mi-scholz@users.sourceforge.net>
+# Copyright (c) 2003--2010 Michael Scholz <mi-scholz@users.sourceforge.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -412,7 +412,7 @@ __ws_verbose__ = $VERBOSE
__ws_debug__ = $DEBUG
# get rid of `undefined variable' messages
with_silence do
- $clm_version = "ruby 08-Dec-2009"
+ $clm_version = "ruby 05-Jan-2010"
$output ||= false
$reverb ||= false
$clm_array_print_length ||= 8
@@ -595,7 +595,7 @@ After finishing the body, the file will be removed.")
end
def make_default_comment
- format("Written %s by %s at %s using clm (%s)",
+ format("# Written %s by %s at %s using clm (%s)",
Time.new.localtime.strftime("%a %d-%b-%y %H:%M %Z"),
Etc.getlogin,
Socket.gethostname,