28 nov. 09
# Was thinking, "if hosting was a library, what might it look like..." require 'ProviderX' # We'll pretend we already have an account with fictitious ProviderX host = ProviderX.new(:user => 'foo', :password => 'secret') # Let's see what ProviderX will ...
Lire la suite