mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 16:06:22 +00:00
10 lines
172 B
Ruby
10 lines
172 B
Ruby
# frozen_string_literal: true
|
|
|
|
# = Person =
|
|
#
|
|
# Una persona, el perfil de une actore
|
|
class ActivityPub
|
|
class Object
|
|
class Person < ActivityPub::Object; end
|
|
end
|
|
end
|