40 41 42 43 44
# File 'lib/openscap/ds/sds.rb', line 40 def html_guide(profile=nil) html = OpenSCAP.ds_sds_session_get_html_guide(@raw, profile) OpenSCAP.raise! if html.nil? return html end