This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
wangdan
/
N3_sub
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
19b7cd0471
Ranting
Tag
master
N3_sub
/
modules
/
waf
/
demos
/
ruby
/
Mytest.rb
Mytest.rb
107 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
9
require 'mytest_ext'
module Mytest
def hello
puts MytestInt::hello()
end
module_function :hello
end