summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-method/mrblib/unbound_method.rb
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-method/mrblib/unbound_method.rb')
-rw-r--r--mrbgems/mruby-method/mrblib/unbound_method.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/mrbgems/mruby-method/mrblib/unbound_method.rb b/mrbgems/mruby-method/mrblib/unbound_method.rb
deleted file mode 100644
index 1d3acf3fa..000000000
--- a/mrbgems/mruby-method/mrblib/unbound_method.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class UnboundMethod
- def owner
- @owner
- end
-
- def name
- @name
- end
-end