Flowdock
method

initialize_copy

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Comment
initialize_copy(copy) public

No documentation

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

Hide source
# File lib/rdoc/comment.rb, line 58
  def initialize_copy copy # :nodoc:
    @text = copy.text.dup
  end
Register or log in to add new notes.