Method: Extract::Tree::Cell#proper_cell

Defined in:
lib/extract/tree/cell.rb

#proper_cellObject



4
5
6
# File 'lib/extract/tree/cell.rb', line 4

def proper_cell
  text_value.gsub("-","").gsub("$","")
end