mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 19:16:23 +00:00
10 lines
161 B
Ruby
10 lines
161 B
Ruby
# frozen_string_literal: true
|
|
|
|
# = Document =
|
|
#
|
|
# Representa artículos
|
|
class ActivityPub
|
|
class Object
|
|
class Document < ActivityPub::Object; end
|
|
end
|
|
end
|