class Soroban::Excel::Function
Public Instance Methods
rewrite_ruby(value)
click to toggle source
# File lib/soroban/parser/nodes.rb, line 38 def rewrite_ruby(value) match = /^([^(]*)(.*)$/.match(value) "func_#{match[1].downcase}#{match[2]}" end