Module: MyFirstExt

Defined in:
lib/my_first_ext.rb,
lib/my_first_ext/version.rb,
ext/my_first_ext/my_first_ext.c

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.testObject

Prototype for our method ‘test1’ - methods are prefixed by ‘method_’ here



11
# File 'ext/my_first_ext/my_first_ext.c', line 11

VALUE method_test(VALUE self);