module Extract::Tree::String

Public Instance Methods

deps() click to toggle source
# File lib/extract/tree/string.rb, line 7
def deps
  []
end
excel_value() click to toggle source
# File lib/extract/tree/string.rb, line 4
def excel_value
  text_value[1..-2]
end