Flowdock
method

clobber_task_name

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Task
clobber_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 304
  def clobber_task_name
    case name
    when Hash then (name[:clobber_rdoc] || "clobber_rdoc").to_s
    else           "clobber_#{name}"
    end
  end
Register or log in to add new notes.