mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 19:26:21 +00:00
8 lines
133 B
Ruby
8 lines
133 B
Ruby
# frozen_string_literal: true
|
|
|
|
# = Generic =
|
|
class ActivityPub
|
|
class Object
|
|
class Generic < ActivityPub::Object; end
|
|
end
|
|
end
|