struct

Wren::Method

Inherits Struct < Value < Object

Constructors

new(name : String, args : String, foreign : Bool, klass : String, static : Bool, construct : Bool, sig : String, mod : String = "main", block : Proc(Pointer(LibWren::Vm), Nil) | Nil = nil, native_code : String | Nil = nil)
Source

Instance methods

args
block
clone
Source
construct
copy_with(name _name = @name, args _args = @args, foreign _foreign = @foreign, klass _klass = @klass, static _static = @static, construct _construct = @construct, sig _sig = @sig, mod _mod = @mod, block _block = @block, native_code _native_code = @native_code)
Source
foreign
klass
mod
name
native_code
sig
static