Clean up some files and docs

This commit is contained in:
ksss
2017-12-18 11:10:10 +09:00
parent ae786b18d5
commit 615f296fcf
4 changed files with 0 additions and 41 deletions
-17
View File
@@ -1,17 +0,0 @@
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
@@ -1,6 +0,0 @@
MRuby::Build.new do |conf|
toolchain :gcc
enable_debug
conf.gembox 'default'
conf.gem '../mruby-method'
end
-18
View File
@@ -1,8 +1,6 @@
mruby-method
===
[![Build Status](https://travis-ci.org/ksss/mruby-method.svg)](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]
```
![https://raw.githubusercontent.com/ksss/mruby-method/master/find_all.png](https://raw.githubusercontent.com/ksss/mruby-method/master/find_all.png)
# 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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB