Module: Mo2tex::CourseHelper
Instance Method Summary collapse
Instance Method Details
#normalize_title(t) ⇒ Object
9 10 11 |
# File 'lib/mo2tex/course_helper.rb', line 9 def normalize_title(t) return t.gsub(/_/, ' ') end |
9 10 11 |
# File 'lib/mo2tex/course_helper.rb', line 9 def normalize_title(t) return t.gsub(/_/, ' ') end |