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
-
.test ⇒ Object
Prototype for our method ‘test1’ - methods are prefixed by ‘method_’ here.
Class Method Details
.test ⇒ Object
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); |