public interface ObjectAllocator
Modifier and Type | Field and Description |
---|---|
static ObjectAllocator |
NOT_ALLOCATABLE_ALLOCATOR |
Modifier and Type | Method and Description |
---|---|
IRubyObject |
allocate(Ruby runtime,
RubyClass klazz) |
static final ObjectAllocator NOT_ALLOCATABLE_ALLOCATOR
IRubyObject allocate(Ruby runtime, RubyClass klazz)
Copyright © 2001-2016 JRuby. All Rights Reserved.