summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/logger.rb9
-rw-r--r--version.h2
3 files changed, 8 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index c6d4f3ddff..91e534caab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jul 14 00:15:26 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * lib/logger.rb: Use :call-seq: for method signature rdoc
+
Sun Jul 14 00:13:01 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,
diff --git a/lib/logger.rb b/lib/logger.rb
index 3376cf8216..c0a64c0dda 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -289,8 +289,7 @@ class Logger
def fatal?; @level <= FATAL; end
#
- # === Synopsis
- #
+ # :call-seq:
# Logger.new(name, shift_age = 7, shift_size = 1048576)
# Logger.new(name, shift_age = 'weekly')
#
@@ -322,8 +321,7 @@ class Logger
end
#
- # === Synopsis
- #
+ # :call-seq:
# Logger#add(severity, message = nil, progname = nil) { ... }
#
# === Args
@@ -715,8 +713,7 @@ private
attr_reader :appname
#
- # == Synopsis
- #
+ # :call-seq:
# Application.new(appname = '')
#
# == Args
diff --git a/version.h b/version.h
index a6585ae9d6..e0ff891fdb 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-07-14"
-#define RUBY_PATCHLEVEL 267
+#define RUBY_PATCHLEVEL 268
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 7