Flowdock
method

copy_string

Importance_0
copy_string(start_pos, end_pos) public

No documentation

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

Hide source
# File lib/rdoc/markup/attribute_manager.rb, line 100
  def copy_string(start_pos, end_pos)
    res = @str[start_pos...end_pos]
    res.gsub!(/\0000/, '')
    res
  end
Register or log in to add new notes.