Introducing the Gtk2HTML gem
require 'gtk2html'
s =<<EOF
<html>
<div>
test
</div>
</html>
EOF
app = Gtk2HTML::Main.new s, irb: true
The above code renders HTML within the Gtk2 application as show in the screenshot below:
gtk2html gtk2 html