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
615f296f
Unverified
Commit
615f296f
authored
Dec 18, 2017
by
ksss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some files and docs
parent
ae786b18
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
41 deletions
+0
-41
mrbgems/mruby-method/.travis.yml
mrbgems/mruby-method/.travis.yml
+0
-17
mrbgems/mruby-method/.travis_build_config.rb
mrbgems/mruby-method/.travis_build_config.rb
+0
-6
mrbgems/mruby-method/README.md
mrbgems/mruby-method/README.md
+0
-18
mrbgems/mruby-method/find_all.png
mrbgems/mruby-method/find_all.png
+0
-0
No files found.
mrbgems/mruby-method/.travis.yml
deleted
100644 → 0
View file @
ae786b18
language
:
c
compiler
:
-
gcc
-
clang
before_install
:
-
sudo apt-get -qq update
install
:
-
sudo apt-get -qq install rake bison git gperf
before_script
:
-
cd ../
-
git clone https://github.com/mruby/mruby.git
-
cd mruby
-
cp -fp ../mruby-method/.travis_build_config.rb build_config.rb
script
:
-
ruby minirake all test
notifications
:
email
:
false
mrbgems/mruby-method/.travis_build_config.rb
deleted
100644 → 0
View file @
ae786b18
MRuby
::
Build
.
new
do
|
conf
|
toolchain
:gcc
enable_debug
conf
.
gembox
'default'
conf
.
gem
'../mruby-method'
end
mrbgems/mruby-method/README.md
View file @
615f296f
mruby-method
===
[

](https://travis-ci.org/ksss/mruby-method)
A implementetion of class
**Method**
and
**UnboundMethod**
for mruby
```
ruby
...
...
@@ -10,22 +8,6 @@ p Enumerable.instance_method(:find_all).source_location
#=> ["mruby/mruby/mrblib/enum.rb", 148]
```

# Installation
in build_config.rb
```
ruby
MRuby
::
Build
.
new
do
|
conf
|
enable_debug
conf
.
gem
:mgem
=>
"mruby-method"
# or
conf
.
gem
:github
=>
"ksss/mruby-method"
end
```
# Note
`source_location`
method need this configuration in build_config.rb
...
...
mrbgems/mruby-method/find_all.png
deleted
100644 → 0
View file @
ae786b18
58.5 KB
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