org.jruby
Class RubyYAML
java.lang.Object
org.jruby.RubyYAML
public class RubyYAML
- extends java.lang.Object
- Author:
- Ola Bini
Method Summary |
static RubyModule |
createYAMLModule(Ruby runtime)
|
static IRubyObject |
dump_all(IRubyObject self,
IRubyObject[] args)
|
static IRubyObject |
dump_stream(IRubyObject self,
IRubyObject[] args)
|
static IRubyObject |
dump(IRubyObject self,
IRubyObject[] args)
|
static IRubyObject |
each_document(IRubyObject self,
IRubyObject arg,
Block block)
|
static IRubyObject |
load_documents(IRubyObject self,
IRubyObject arg,
Block block)
|
static IRubyObject |
load_file(IRubyObject self,
IRubyObject arg)
|
static IRubyObject |
load_stream(IRubyObject self,
IRubyObject arg)
|
static IRubyObject |
load(IRubyObject self,
IRubyObject arg)
|
static IRubyObject |
parse_internal(IRubyObject self,
IRubyObject arg)
|
static IRubyObject |
quick_emit_node(IRubyObject self,
IRubyObject[] args,
Block block)
|
static IRubyObject |
quick_emit(IRubyObject self,
IRubyObject[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyYAML
public RubyYAML()
createYAMLModule
public static RubyModule createYAMLModule(Ruby runtime)
dump
public static IRubyObject dump(IRubyObject self,
IRubyObject[] args)
dump_all
public static IRubyObject dump_all(IRubyObject self,
IRubyObject[] args)
parse_internal
public static IRubyObject parse_internal(IRubyObject self,
IRubyObject arg)
load
public static IRubyObject load(IRubyObject self,
IRubyObject arg)
load_file
public static IRubyObject load_file(IRubyObject self,
IRubyObject arg)
each_document
public static IRubyObject each_document(IRubyObject self,
IRubyObject arg,
Block block)
load_documents
public static IRubyObject load_documents(IRubyObject self,
IRubyObject arg,
Block block)
load_stream
public static IRubyObject load_stream(IRubyObject self,
IRubyObject arg)
dump_stream
public static IRubyObject dump_stream(IRubyObject self,
IRubyObject[] args)
quick_emit_node
public static IRubyObject quick_emit_node(IRubyObject self,
IRubyObject[] args,
Block block)
quick_emit
public static IRubyObject quick_emit(IRubyObject self,
IRubyObject[] args)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.