# File lib/etherpad-lite/models/pad.rb, line 102 def html(options={}) options[:padID] = @id options[:rev] ||= @rev unless @rev.nil? @instance.client.getHTML(options)[:html] end