Libraries
»
Rdmtx
(0.3.1)
»
Index
»
Rdmtx
»
#initialize
Method: Rdmtx#initialize
Defined in:
ext/rdmtx/Rdmtx.c
#
initialize
⇒
Object
28 29 30
# File 'ext/rdmtx/Rdmtx.c', line 28
static
VALUE
rdmtx_init
(
VALUE
self
)
{
return
self
;
}