Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ruby_exts
master
Top Level Namespace
Bool
Int
Nil
Reference
Ruby
Class
Value
RubyExts
String
Built with Crystal 1.9.2
2023-10-07 20:46:13 UTC
struct
Ruby::Class
Ruby::Class
Struct
Value
Object
Defined in:
ruby_exts/ruby/class.cr
Constant Summary
ID_TO_S
=
LibRuby
.rb_intern(
"to_s"
)
Constructors
.new
(name)
Instance Method Summary
#allocate
(f)
#def
(name, args, f)
#to_ruby
: LibRuby::VALUE
#to_unsafe
: LibRuby::VALUE
Constructor Detail
def self.
new
(name)
#
[
View source
]
Instance Method Detail
def
allocate
(f)
#
[
View source
]
def
def
(name, args, f)
#
[
View source
]
def
to_ruby
: LibRuby::VALUE
#
[
View source
]
def
to_unsafe
: LibRuby::VALUE
#
[
View source
]