Method: ContentHelpers#tbd

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

#tbd(string = "") ⇒ Object



70
71
72
# File 'lib/coursegen/course/helpers/content_helpers.rb', line 70

def tbd string=""
    "*[TO BE DETERMINED#{string}]*{: style=\"color: red\"}"
end