Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
b201dbeb
Commit
b201dbeb
authored
Feb 25, 2014
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1736 from take-cheeze/doc_update
add ruby and C code execution order note
parents
de0af73c
f5963630
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/mrbgems/README.md
doc/mrbgems/README.md
+5
-0
No files found.
doc/mrbgems/README.md
View file @
b201dbeb
...
...
@@ -203,6 +203,7 @@ mruby can be extended with pure Ruby. It is possible to override existing
classes or add new ones in this way. Put all Ruby files into the
*mrblib*
folder.
### Pre-Conditions
none
...
...
@@ -229,6 +230,10 @@ mruby can be extended with C and Ruby at the same time. It is possible to
override existing classes or add new ones in this way. Put all Ruby files
into the
*mrblib*
folder and all C files into the
*src*
folder.
mruby codes under
*mrblib*
directory would be executed after gem init C
function is called. Make sure
*mruby script*
depends on
*C code*
and
*C code*
doesn't depend on
*mruby script*
.
### Pre-Conditions
See C and Ruby example.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment