class Object

Public Instance Methods

ray(*args) click to toggle source
# File lib/ray.rb, line 206
def ray(*args)
  settings = { host: 'http://localhost', port: 23517 }

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