module Serf::Client::Commands

Constants

COMMANDS

Public Instance Methods

command(meth) click to toggle source
# File lib/serf/client/connection.rb, line 20
def command meth
  COMMANDS[meth.to_sym]
end