Method: Macrow.replace_string

Defined in:
lib/macrow.rb

.replace_string(keyword) ⇒ Object


41
42
43
# File 'lib/macrow.rb', line 41

def replace_string(keyword)
  "#{_macro_prefix}#{keyword}#{_macro_suffix}"
end