Method: Extract::Tree::Cell#proper_cell
- Defined in:
- lib/extract/tree/cell.rb
#proper_cell ⇒ Object
4 5 6 |
# File 'lib/extract/tree/cell.rb', line 4 def proper_cell text_value.gsub("-","").gsub("$","") end |
4 5 6 |
# File 'lib/extract/tree/cell.rb', line 4 def proper_cell text_value.gsub("-","").gsub("$","") end |