1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-12 01:38:37 +02:00
neocities/ext/mock_redis.rb
2017-07-24 23:10:10 -07:00

5 lines
90 B
Ruby

class MockRedis
def publish(channel, message)
# TODO make actually useful
end
end