This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
wangdan
/
watchrobot
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
59d4920631
Гілки
Теги
dev
master
watchrobot
/
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