Commit 723db886 authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

add Socket::Option#inspect

without this, mirb dies.
https://github.com/mruby/mruby/pull/2666
parent 093f4e2c
......@@ -557,7 +557,7 @@ class Socket
end
def inspect
# notyet
"#<Socket::Option: family:#{@family} level:#{@level} optname:#{@optname} #{@data.inspect}>"
end
def int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment