# File lib/tapkit/access/adapters/openbase.rb, line 94
                def open?
                        if @openbase then
                                true
                        else
                                false
                        end
                end