Module: VisualHelpers

Defined in:
lib/coursegen/course/helpers/visual_helpers.rb

Instance Method Summary collapse

Instance Method Details

#end_of_lecture(type = :thatsall) ⇒ Object



3
4
5
6
7
# File 'lib/coursegen/course/helpers/visual_helpers.rb', line 3

def end_of_lecture(type=:thatsall)
  if (type == :thatsall)
    "<slide_break></slide_break>" + include_image("/content/topics/images/thatsallfolks.jpg")
  end
end