Method: FluQ::CLI.run

Defined in:
lib/fluq/cli.rb

.runObject

Runs the CLI



13
14
15
16
17
18
# File 'lib/fluq/cli.rb', line 13

def self.run
  if BasicSocket.respond_to?(:do_not_reverse_lookup=)
    BasicSocket.do_not_reverse_lookup = true
  end
  new.run
end