Method: Moped::Uri#moped_arguments

Defined in:
lib/moped/uri.rb

#moped_argumentsArray

Create Moped usable arguments

Examples:

Get the moped args

uri.moped_arguments

Returns:

  • (Array)

    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