forked from jasder/forgeplus
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
|