• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Ruby GTK3移行後のメインリポジトリ


Commit MetaInfo

Revisão40ab17d5dbd54ecc5de7b08bcc7333e7ec5c3259 (tree)
Hora2016-01-03 22:16:27
AutorShyouzou Sugitani <shy@user...>
CommiterShyouzou Sugitani

Mensagem de Log

update test-shiori-aya.rb

Mudança Sumário

Diff

--- a/lib/ninix/dll/stub.rb
+++ /dev/null
@@ -1,26 +0,0 @@
1-module Stub
2-
3- class Shiori
4-
5- def initialize(dll_name)
6- end
7-
8- def find(dir, dll)
9- return 50
10- end
11-
12- def load(dir)
13- end
14-
15- def unload()
16- end
17-
18- def show_description
19- print("Currently SHIORI stub is working.\n")
20- end
21-
22- def request(req_str)
23- return ""
24- end
25- end
26-end
--- a/test/test-shiori-aya.rb
+++ b/test/test-shiori-aya.rb
@@ -8,7 +8,7 @@ module NinixTest
88 aya = Aya::Shiori.new('aya.dll')
99 aya.show_description
1010 aya.load(:dir => top_dir)
11- result = aya.dic.get_function(function).call(argv)
11+ result = aya.dic.get_function(function).call(:argv => argv)
1212 print(result.to_s, "\n")
1313 end
1414 end