4 5 6 7 8
# File 'lib/utils/helpers.rb', line 4 def construct_inner_clvalue(cl_type, value) if cl_type == "U64" CLu64.new(value) end end