# File lib/core/connection.rb, line 119 def open(opts=nil) return if local_active? apply opts if opts Cproton.pn_connection_open(@impl) end