Class: Differin::Renderers::Hash

Inherits:
Base
  • Object
show all
Defined in:
lib/differin/renderers/hash.rb

Instance Attribute Summary

Attributes inherited from Base

#diff, #options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Differin::Renderers::Base

Instance Method Details

#renderObject



5
6
7
# File 'lib/differin/renderers/hash.rb', line 5

def render
  diff.result
end