Method: String::Mask#replace

Defined in:
lib/strmask.rb

#replace(string) ⇒ Object



212
213
214
# File 'lib/strmask.rb', line 212

def replace(string)
  @to_str = string.to_s
end