Class: HelloZJY

Inherits:
Object
  • Object
show all
Defined in:
lib/hello.rb,
ext/hellozjy/hello.c

Instance Method Summary collapse

Instance Method Details

#hiObject



3
4
5
# File 'ext/hellozjy/hello.c', line 3

VALUE sayhi(VALUE self){
  return rb_str_new2("Hello World!");
}