module VisualHelpers
Public Instance Methods
end_of_lecture(type=:thatsall)
click to toggle source
# 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