Imported Upstream version 1.41.0
[platform/upstream/nghttp2.git] / third-party / mruby / mrbgems / mruby-method / mrblib / unbound_method.rb
1 class UnboundMethod
2   def owner
3     @owner
4   end
5
6   def name
7     @name
8   end
9 end