method
copy_string
v1_8_6_287 -
Show latest stable
- Class:
SM::AttributeManager
copy_string(start_pos, end_pos)public
No documentation available.
# File lib/rdoc/markup/simple_markup/inline.rb, line 139
def copy_string(start_pos, end_pos)
res = @str[start_pos...end_pos]
res.gsub!(/\000/, '')
res
end