Get the Sequel URI of the default database, if it’s installed.
137 138 139 140 141 142 143
# File 'lib/wordnet/lexicon.rb', line 137 def self::default_db_uri if defined?( WordNet::DefaultDB ) return WordNet::DefaultDB.uri else return nil end end