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