class FFI::ConstGenerator::Constant

def to_ruby

Returns:
  • (String) -
def to_ruby
  "#{ruby_name} = #{converted_value}"
end