Method: MeetupGenerator#replace_ops
- Defined in:
- lib/meetup_generator.rb
#replace_ops(template) ⇒ Object
93 94 95 96 97 |
# File 'lib/meetup_generator.rb', line 93 def replace_ops(template) return template unless template.include?('%FNOPS%') replace_ops(template.sub('%FNOPS%', something_ops)) end |