Top Level Namespace

Defined Under Namespace

Modules: Ray

Instance Method Summary collapse

Instance Method Details

#ray(*args) ⇒ Object



206
207
208
209
210
# File 'lib/ray.rb', line 206

def ray(*args)
  settings = { host: 'http://localhost', port: 23517 }

  Ray::Ray.new(settings).send(*args)
end