Create Moped usable arguments
Get the moped args
uri.moped_arguments
Returns:
Array of arguments usable by Moped
Since:
1.3.0
192 193 194
# File 'lib/moped/uri.rb', line 192 def moped_arguments [ hosts, options ] end