Flowdock
method

rerdoc_task_name

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Task
rerdoc_task_name() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/task.rb, line 307
  def rerdoc_task_name
    case name
    when Hash then (name[:rerdoc] || "rerdoc").to_s
    else           "re#{name}"
    end
  end
Register or log in to add new notes.