Method: Codecal::Mask#convert_masked_code_typo

Defined in:
lib/lib/mask.rb

#convert_masked_code_typo(masked_code) ⇒ Object

not used



51
52
53
# File 'lib/lib/mask.rb', line 51

def convert_masked_code_typo(masked_code)
  masked_code.gsub('1', 'l')
end