Class: Hana::Patch
- Inherits:
-
Object
- Object
- Hana::Patch
- Defined in:
- lib/hana.rb
Defined Under Namespace
Classes: Exception, FailedTestException, IndexError, InvalidObjectOperationException, InvalidPath, MissingTargetException, ObjectOperationOnArrayException, OutOfBoundsException
Constant Summary collapse
- VALID =
:nodoc:
Instance Method Summary collapse
- #apply(doc) ⇒ Object
-
#initialize(is) ⇒ Patch
constructor
A new instance of Patch.
Constructor Details
#initialize(is) ⇒ Patch
Returns a new instance of Patch.
88 89 90 |
# File 'lib/hana.rb', line 88 def initialize is @is = is end |