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