Class: Excelerate::Worksheet::Cell
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Excelerate::Worksheet::Cell
- Defined in:
- lib/excelerate/worksheet.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Cell
constructor
A new instance of Cell.
- #value ⇒ Object (also: #to_s)
Constructor Details
#initialize(options = {}) ⇒ Cell
Returns a new instance of Cell.
38 39 40 |
# File 'lib/excelerate/worksheet.rb', line 38 def initialize( = {}) __setobj__ [:cell] end |
Instance Method Details
#value ⇒ Object Also known as: to_s
42 43 44 |
# File 'lib/excelerate/worksheet.rb', line 42 def value __getobj__.value.delete("\x00") end |