# File lib/ffi/tools/const_generator.rb, line 208 def converted_value if @converter @converter.call(@value) else @value end end