Method: Godot.wait

Defined in:
lib/godot.rb

.wait(host, port) ⇒ Object



13
14
15
# File 'lib/godot.rb', line 13

def self.wait(host, port)
  new(host, port).wait
end