public class Out extends Object
Constructor and Description |
---|
Out() |
Modifier and Type | Method and Description |
---|---|
static org.jruby.runtime.builtin.IRubyObject |
initialize(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject emitter) |
static org.jruby.runtime.builtin.IRubyObject |
map(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] args,
org.jruby.runtime.Block block) |
static void |
outMark(org.jruby.runtime.builtin.IRubyObject emitter,
org.jruby.runtime.builtin.IRubyObject node) |
static org.jruby.runtime.builtin.IRubyObject |
scalar(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] args,
org.jruby.runtime.Block block) |
static org.jruby.runtime.builtin.IRubyObject |
seq(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] args,
org.jruby.runtime.Block block) |
public static void outMark(org.jruby.runtime.builtin.IRubyObject emitter, org.jruby.runtime.builtin.IRubyObject node)
public static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject emitter)
public static org.jruby.runtime.builtin.IRubyObject map(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args, org.jruby.runtime.Block block)
public static org.jruby.runtime.builtin.IRubyObject seq(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args, org.jruby.runtime.Block block)
public static org.jruby.runtime.builtin.IRubyObject scalar(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args, org.jruby.runtime.Block block)
Copyright © 2024. All rights reserved.