From 615f296fcff17aac08fea47d781e823acb560c4d Mon Sep 17 00:00:00 2001 From: ksss Date: Mon, 18 Dec 2017 11:10:10 +0900 Subject: Clean up some files and docs --- mrbgems/mruby-method/README.md | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'mrbgems/mruby-method/README.md') 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 -- cgit v1.2.3