summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-method/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-method/README.md')
-rw-r--r--mrbgems/mruby-method/README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/mrbgems/mruby-method/README.md b/mrbgems/mruby-method/README.md
index dae6c0108..5076bfbb2 100644
--- a/mrbgems/mruby-method/README.md
+++ b/mrbgems/mruby-method/README.md
@@ -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