class Scorm2004::Manifest::Title
Private Instance Methods
do_visit()
click to toggle source
# File lib/scorm2004/manifest/title.rb, line 9 def do_visit error('Empty <title> element.') unless content.present? error('The <title> element exceeds the SPM of 200 characters:') if content.length > 200 end