require 'wikistrano' wiki = QbWiki.new 'http://ruby-it.org' require_first_from wiki $SAFE = 2 #dovrebbe proteggere da malicious code sul wiki (spero) wiki.run 'halloworld' #oppure anche: require 'halloworld'
require 'wikistrano' wiki = QbWiki.new 'http://ruby-it.org' require_first_from wiki $SAFE = 2 #dovrebbe proteggere da malicious code sul wiki (spero) wiki.run 'halloworld' #oppure anche: require 'halloworld'