# File lib/anemone/storage.rb, line 13 def self.TokyoCabinet(file) require 'anemone/storage/tokyo_cabinet' self::TokyoCabinet.new(file) end