Class: GroongaSchema::Differ
- Inherits:
-
Object
- Object
- GroongaSchema::Differ
- Defined in:
- lib/groonga-schema/differ.rb
Instance Method Summary collapse
- #diff ⇒ Object
-
#initialize(from, to) ⇒ Differ
constructor
A new instance of Differ.
Constructor Details
#initialize(from, to) ⇒ Differ
Returns a new instance of Differ.
23 24 25 26 |
# File 'lib/groonga-schema/differ.rb', line 23 def initialize(from, to) @from = from @to = to end |