10 lines
159 B
Ruby
10 lines
159 B
Ruby
# frozen_string_literal: true
|
|
|
|
module DiffViewer
|
|
class Collapsed < Base
|
|
include Simple
|
|
include Static
|
|
|
|
self.partial_name = 'collapsed'
|
|
end
|
|
end
|