Class: RubyXL::Cell
- Inherits:
-
Object
- Object
- RubyXL::Cell
- Defined in:
- lib/compatibility.rb
Instance Method Summary collapse
Instance Method Details
#to_i ⇒ Object
66 67 68 |
# File 'lib/compatibility.rb', line 66 def to_i self.value.respond_to?(:to_i) ? self.value.to_i : self.value end |
#to_s ⇒ Object
69 70 71 |
# File 'lib/compatibility.rb', line 69 def to_s self.value.to_s end |