forgeplus/app/helpers/challenges_helper.rb

11 lines
109 B
Ruby

module ChallengesHelper
def match_begin_symbol str
str.gsub(/\A\r/, "\r\r")
end
end