Method: Slideshow::Gen#guard_inline
- Defined in:
- lib/slideshow/commands/gen.rb
#guard_inline(text) ⇒ Object
use/rename to guard_text_inline - why? why not?
81 82 83 |
# File 'lib/slideshow/commands/gen.rb', line 81 def guard_inline( text ) ## use/rename to guard_text_inline - why? why not? wrap_markup( text ) end |