Method: Tinder::Room#ping

Defined in:
lib/vendor/tinder/lib/tinder/room.rb

#ping(force = false) ⇒ Object

Raises:

  • (NotImplementedError)


66
67
68
# File 'lib/vendor/tinder/lib/tinder/room.rb', line 66

def ping(force = false)
  raise NotImplementedError
end