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