Method: Macrow.replace_string
- Defined in:
- lib/macrow.rb
permalink .replace_string(keyword) ⇒ Object
[View source]
41 42 43 |
# File 'lib/macrow.rb', line 41 def replace_string(keyword) "#{_macro_prefix}#{keyword}#{_macro_suffix}" end |