class Soroban::Excel::IntegerValue

Public Instance Methods

rewrite_ruby(value) click to toggle source
# File lib/soroban/parser/nodes.rb, line 20
def rewrite_ruby(value)
  "#{value.to_f}"
end