Class: Quiver::Cell::Text

Inherits:
Quiver::Cell show all
Defined in:
lib/quiver/cell.rb

Instance Method Summary collapse

Methods inherited from Quiver::Cell

#initialize

Constructor Details

This class inherits a constructor from Quiver::Cell

Instance Method Details

#to_htmlObject



9
10
11
# File 'lib/quiver/cell.rb', line 9

def to_html
  "<pre>#{@data}</pre>"
end