test_get_sockname.rb:20: syntax error, unexpected kAND, expecting ‘)’ assert(peername and !peername.blank?)
means “replace your and with &&’s!” NoMethodError: undefined method `assert’ for #<#<Class:0x489e78>:0x489d10> means ‘wrap your asserts with parentheses