This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
wangdan
/
N3_sub
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
19b7cd0471
Гілки
Теги
master
N3_sub
/
modules
/
waf
/
demos
/
ruby
/
Mytest.rb
Mytest.rb
107 B
Історія
Запис
1
2
3
4
5
6
7
8
9
require 'mytest_ext'
module Mytest
def hello
puts MytestInt::hello()
end
module_function :hello
end