Class: DotDiff::Comparible::Base
- Inherits:
-
Object
- Object
- DotDiff::Comparible::Base
- Defined in:
- lib/dotdiff/comparible/base.rb
Direct Known Subclasses
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(snapshot, element_meta) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(snapshot, element_meta) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/dotdiff/comparible/base.rb', line 6 def initialize(snapshot, ) @snapshot = snapshot = end |
Class Method Details
.run(snapshot, element_meta) ⇒ Object
11 12 13 |
# File 'lib/dotdiff/comparible/base.rb', line 11 def self.run(snapshot, ) new(snapshot, ).run end |