mirror of
https://github.com/neocities/neocities.git
synced 2025-07-01 16:43:28 +02:00
5 lines
90 B
Ruby
5 lines
90 B
Ruby
class MockRedis
|
|
def publish(channel, message)
|
|
# TODO make actually useful
|
|
end
|
|
end
|