Class: Quiver::Cell::Text
- Inherits:
-
Quiver::Cell
- Object
- Quiver::Cell
- Quiver::Cell::Text
- Defined in:
- lib/quiver/cell.rb
Instance Method Summary collapse
Methods inherited from Quiver::Cell
Constructor Details
This class inherits a constructor from Quiver::Cell
Instance Method Details
#to_html ⇒ Object
9 10 11 |
# File 'lib/quiver/cell.rb', line 9 def to_html "<pre>#{@data}</pre>" end |