class Card::Content::Chunk::HostUri
Constants
Public Instance Methods
process_text()
click to toggle source
removes the prepended string from the unchanged match text
# File lib/card/content/chunk/uri.rb, line 143 def process_text @text = @text.sub(%r{^http://}, "") end