This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
wangdan
/
N3_sub
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
19b7cd0471
Atzari
Tagi
master
N3_sub
/
modules
/
waf
/
demos
/
ruby
/
Mytest.rb
Mytest.rb
107 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
require 'mytest_ext'
module Mytest
def hello
puts MytestInt::hello()
end
module_function :hello
end