5 lines
77 B
Ruby
5 lines
77 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Relationships::Block < Relationship
|
||
|
end
|