Class: HelloZJY
- Inherits:
-
Object
- Object
- HelloZJY
- Defined in:
- lib/hello.rb,
ext/hellozjy/hello.c
Instance Method Summary collapse
Instance Method Details
#hi ⇒ Object
3 4 5 |
# File 'ext/hellozjy/hello.c', line 3 VALUE sayhi(VALUE self){ return rb_str_new2("Hello World!"); } |