public static class RubyStruct.StructMethods
extends java.lang.Object
Constructor and Description |
---|
StructMethods() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
inspect(IRubyObject recv) |
static IRubyObject |
members(IRubyObject recv,
Block block) |
static IRubyObject |
newStruct(IRubyObject recv,
Block block) |
static IRubyObject |
newStruct(IRubyObject recv,
IRubyObject[] args,
Block block) |
static IRubyObject |
newStruct(IRubyObject recv,
IRubyObject arg0,
Block block) |
static IRubyObject |
newStruct(IRubyObject recv,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static IRubyObject |
newStruct(IRubyObject recv,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
public static IRubyObject newStruct(IRubyObject recv, IRubyObject[] args, Block block)
public static IRubyObject newStruct(IRubyObject recv, Block block)
public static IRubyObject newStruct(IRubyObject recv, IRubyObject arg0, Block block)
public static IRubyObject newStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block)
public static IRubyObject newStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block)
public static IRubyObject members(IRubyObject recv, Block block)
public static IRubyObject inspect(IRubyObject recv)
Copyright © 2001-2020 JRuby. All Rights Reserved.