[#37248] [Feature:1.9] Enumerator#inspect — "Yusuke ENDOH" <mame@...>

遠藤です。

12 messages 2008/12/02

[#37337] [Feature #841] Object#self — "rubikitch ." <redmine@...>

Feature #841: Object#self

13 messages 2008/12/09

[#37513] Current status of 1.9.1 RC1's issues — "Yugui (Yuki Sonoda)" <yugui@...>

Hi, folks

14 messages 2008/12/20
[#37516] Re: Current status of 1.9.1 RC1's issues — Masatoshi SEKI <m_seki@...> 2008/12/20

咳といいます。

[#37576] [BUG:trunk] encoding for stdio's — "Yugui (Yuki Sonoda)" <yugui@...>

Yuguiです。

11 messages 2008/12/24

[ruby-dev:37398] [Bug #860] some mistakes in Rake RDoc

From: okkez _ <redmine@...>
Date: 2008-12-12 05:03:06 UTC
List: ruby-dev #37398
Bug #860: some mistakes in Rake RDoc
http://redmine.ruby-lang.org/issues/show/860

起票者: okkez _
ステータス: Open, 優先度: Normal
カテゴリ: lib

少しおかしいところを見つけたのでパッチを書きました。

Index: rake.rb
===================================================================
--- rake.rb     (revision 20655)
+++ rake.rb     (working copy)
@@ -74,7 +74,7 @@
 #
 class String
   rake_extension("ext") do
-    # Replace the file extension with +newext+.  If there is no extenson on
+    # Replace the file extension with +newext+.  If there is no extension on
     # the string, append the new extension to the end.  If the new extension
     # is not given, or is the empty string, remove any existing extension.
     #
@@ -1459,7 +1459,7 @@
       collect { |fn| fn.pathmap(spec) }
     end

-    # Return a new array with <tt>String#ext</tt> method applied to each
+    # Return a new file list with <tt>String#ext</tt> method applied to each
     # member of the array.
     #
     # This method is a shortcut for:
@@ -2077,7 +2077,7 @@
       tty_output? || ENV['RAKE_COLUMNS']
     end

-    # Display the tasks and dependencies.
+    # Display the tasks and comments.
     def display_tasks_and_comments
       displayable_tasks = tasks.select { |t|
         t.comment && t.name =~ options.show_task_pattern


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next