mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
11 lines
109 B
Ruby
11 lines
109 B
Ruby
module ChallengesHelper
|
|
|
|
def match_begin_symbol str
|
|
str.gsub(/\A\r/, "\r\r")
|
|
end
|
|
|
|
|
|
|
|
|
|
end
|