class Soroban::Excel::Label

Public Instance Methods

rewrite_ruby(value) click to toggle source
# File lib/soroban/parser/nodes.rb, line 63
def rewrite_ruby(value)
  value.gsub('$', '')
end