Method: Slideshow::Gen#guard_block

Defined in:
lib/slideshow/commands/gen.rb

#guard_block(text) ⇒ Object

use/rename to guard_text_block - why? why not?



76
77
78
79
# File 'lib/slideshow/commands/gen.rb', line 76

def guard_block( text )   ## use/rename to guard_text_block - why? why not?
  # wrap in newlines to avoid runons
  "\n\n#{text}\n\n"
end