31 32 33
# File 'lib/alice/builder.rb', line 31 def adapter(key, *args, &block) use_symbol Alice::Adapter, key, *args, &block end