From 723db886e158acf85e5f1f9c56ee40607727eeff Mon Sep 17 00:00:00 2001 From: Tomoyuki Sahara Date: Fri, 12 Dec 2014 12:38:43 +0900 Subject: add Socket::Option#inspect without this, mirb dies. https://github.com/mruby/mruby/pull/2666 --- mrblib/socket.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrblib/socket.rb b/mrblib/socket.rb index 732a6db8e..b8f10befd 100644 --- a/mrblib/socket.rb +++ b/mrblib/socket.rb @@ -557,7 +557,7 @@ class Socket end def inspect - # notyet + "#" end def int -- cgit v1.2.3