5 lines
76 B
Ruby
5 lines
76 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Relationships::Mute < Relationship
|
||
|
end
|