Class: Rua

Inherits:
Object
  • Object
show all
Defined in:
ext/rua.c

Constant Summary collapse

VERSION =
rb_str_new2(VERSION)
JIS =
rb_str_new2(ICONV_JIS)
SJIS =
rb_str_new2(ICONV_SJIS)
EUC =
rb_str_new2(ICONV_EUC)

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject

Instance Method Details

#[]Object

#[]=Object

#abort_by_errorObject

#abort_by_error=Object

#accept_blockObject

#accept_block=Object

#error_handlerObject

#error_handler=Object

#evalObject

#external_charsetObject

#external_charset=Object

#openlibsObject

#secureObject

#secure=Object

#wrap_errorObject

#wrap_error=Object