# File lib/tapkit/access/adapters/openbase.rb, line 371
                def openbase
                        if @channel then
                                @channel.openbase
                        else
                                nil
                        end
                end