6 lines
87 B
Ruby
6 lines
87 B
Ruby
|
module Gitlab
|
||
|
module ChatCommands
|
||
|
Result = Struct.new(:type, :message)
|
||
|
end
|
||
|
end
|