# File tutorial/build_docs.rb, line 7
  def initialize(figure, title, file, output) 
    @border = 1
    @cellpad = 5
    @width = @td_width = '100%'
    @text_bgcolor = '#eeeeee'
    @title_bgcolor, @footer_bgcolor = '#ff7777', '#dddddd'
    
    @figure = figure
    @title = title
    @example_file = file
    @example_output = output
  end