Skip to content

Instantly share code, notes, and snippets.

@ongaeshi
Last active August 7, 2019 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ongaeshi/033c5fed7969b1cff086e7c4f04f2f5b to your computer and use it in GitHub Desktop.
Save ongaeshi/033c5fed7969b1cff086e7c4f04f2f5b to your computer and use it in GitHub Desktop.
mruby 2.0.1 with mruby-require
class Foo
end
require './foo'
p 1, 2, 3
p Foo.new
@ongaeshi
Copy link
Author

ongaeshi commented Aug 7, 2019

実行結果 VS2017で動作確認済み。

image

@ongaeshi
Copy link
Author

ongaeshi commented Aug 7, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment