1 2 3 4 5 6 7 8 9 |
data = { :account => 'duff_mysql',
:server => '127.0.0.1',
:protocol => 'mysq',
:port => 0,
:auth => 0,
}
p internet_password_for(data)
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 4 5 6 7 8 9 |
data = { :account => 'duff_mysql',
:server => '127.0.0.1',
:protocol => 'mysq',
:port => 0,
:auth => 0,
}
p internet_password_for(data)
|