зеркало из https://github.com/github/ruby.git
* lib/logger.rb (Logger::Application): show namespace in documentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a3672d4bf4
Коммит
3786bd6096
|
@ -1,3 +1,7 @@
|
|||
Mon May 20 19:31:49 2013 Benoit Daloze <eregontp@gmail.com>
|
||||
|
||||
* lib/logger.rb (Logger::Application): show namespace in documentation
|
||||
|
||||
Mon May 20 11:50:12 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixin
|
||||
|
|
|
@ -682,7 +682,7 @@ private
|
|||
#
|
||||
# == Description
|
||||
#
|
||||
# Application --- Add logging support to your application.
|
||||
# Logger::Application --- Add logging support to your application.
|
||||
#
|
||||
# == Usage
|
||||
#
|
||||
|
@ -692,7 +692,7 @@ private
|
|||
#
|
||||
# == Example
|
||||
#
|
||||
# class FooApp < Application
|
||||
# class FooApp < Logger::Application
|
||||
# def initialize(foo_app, application_specific, arguments)
|
||||
# super('FooApp') # Name of the application.
|
||||
# end
|
||||
|
@ -717,7 +717,7 @@ private
|
|||
#
|
||||
# == Synopsis
|
||||
#
|
||||
# Application.new(appname = '')
|
||||
# Logger::Application.new(appname = '')
|
||||
#
|
||||
# == Args
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче