Class: RubyVM::RJIT::CType::Stub

Inherits:
Struct show all
Defined in:
lib/ruby_vm/rjit/c_type.rb

Overview

Types that are referenced but not part of code generation targets

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json, json_create, #pretty_print, #pretty_print_cycle, #to_json

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



94
95
96
# File 'lib/ruby_vm/rjit/c_type.rb', line 94

def name
  @name
end