public static class RubyConverter.EncodingErrorMethods extends Object
Constructor and Description |
---|
EncodingErrorMethods() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
destination_encoding_name(ThreadContext context,
IRubyObject self) |
static IRubyObject |
destination_encoding(ThreadContext context,
IRubyObject self) |
static IRubyObject |
source_encoding_name(ThreadContext context,
IRubyObject self) |
static IRubyObject |
source_encoding(ThreadContext context,
IRubyObject self) |
public static IRubyObject source_encoding(ThreadContext context, IRubyObject self)
public static IRubyObject source_encoding_name(ThreadContext context, IRubyObject self)
public static IRubyObject destination_encoding(ThreadContext context, IRubyObject self)
public static IRubyObject destination_encoding_name(ThreadContext context, IRubyObject self)
Copyright © 2001-2016 JRuby. All Rights Reserved.