mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-21 15:41:51 +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
|