mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add Socket::Option#inspect
without this, mirb dies. https://github.com/mruby/mruby/pull/2666
This commit is contained in:
+1
-1
@@ -557,7 +557,7 @@ class Socket
|
||||
end
|
||||
|
||||
def inspect
|
||||
# notyet
|
||||
"#<Socket::Option: family:#{@family} level:#{@level} optname:#{@optname} #{@data.inspect}>"
|
||||
end
|
||||
|
||||
def int
|
||||
|
||||
Reference in New Issue
Block a user