X7ROOT File Manager
Current Path:
/opt/alt/ruby30/share/ruby/fiddle
opt
/
alt
/
ruby30
/
share
/
ruby
/
fiddle
/
ðŸ“
..
📄
closure.rb
(1.21 KB)
📄
cparser.rb
(8.59 KB)
📄
function.rb
(416 B)
📄
import.rb
(8.78 KB)
📄
pack.rb
(3.13 KB)
📄
struct.rb
(12.35 KB)
📄
types.rb
(1.9 KB)
📄
value.rb
(2.87 KB)
📄
version.rb
(38 B)
Editing: function.rb
# frozen_string_literal: true module Fiddle class Function # The ABI of the Function. attr_reader :abi # The address of this function attr_reader :ptr # The name of this function attr_reader :name # Whether GVL is needed to call this function def need_gvl? @need_gvl end # The integer memory location of this function def to_i ptr.to_i end end end
Upload File
Create Folder