This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
wangdan
/
N3_sub
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
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