* 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:
eregon 2013-05-20 10:35:01 +00:00
parent a3672d4bf4
commit 3786bd6096
2 changed files with 7 additions and 3 deletions

View File

@ -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> Mon May 20 11:50:12 2013 Zachary Scott <zachary@zacharyscott.net>
* lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixin * lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixin

View File

@ -682,7 +682,7 @@ private
# #
# == Description # == Description
# #
# Application --- Add logging support to your application. # Logger::Application --- Add logging support to your application.
# #
# == Usage # == Usage
# #
@ -692,7 +692,7 @@ private
# #
# == Example # == Example
# #
# class FooApp < Application # class FooApp < Logger::Application
# def initialize(foo_app, application_specific, arguments) # def initialize(foo_app, application_specific, arguments)
# super('FooApp') # Name of the application. # super('FooApp') # Name of the application.
# end # end
@ -717,7 +717,7 @@ private
# #
# == Synopsis # == Synopsis
# #
# Application.new(appname = '') # Logger::Application.new(appname = '')
# #
# == Args # == Args
# #