Skip to content

Instantly share code, notes, and snippets.

@ongaeshi
Last active August 7, 2019 14:09
Show Gist options
  • Select an option

  • Save ongaeshi/033c5fed7969b1cff086e7c4f04f2f5b to your computer and use it in GitHub Desktop.

Select an option

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

ongaeshi commented Aug 7, 2019

Copy link
Copy Markdown
Author

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

image

@ongaeshi

ongaeshi commented Aug 7, 2019

Copy link
Copy Markdown
Author

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