Exception: NanDoc::DiffProxy::Fail
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- NanDoc::DiffProxy::Fail
- Defined in:
- lib/nandoc/support/diff-proxy.rb
Instance Attribute Summary collapse
-
#diff ⇒ Object
Returns the value of attribute diff.
Instance Method Summary collapse
-
#initialize(*a) {|_self| ... } ⇒ Fail
constructor
A new instance of Fail.
Constructor Details
#initialize(*a) {|_self| ... } ⇒ Fail
Returns a new instance of Fail.
106 107 108 109 |
# File 'lib/nandoc/support/diff-proxy.rb', line 106 def initialize(*a,&b) super(*a) yield self if block_given? end |
Instance Attribute Details
#diff ⇒ Object
Returns the value of attribute diff.
110 111 112 |
# File 'lib/nandoc/support/diff-proxy.rb', line 110 def diff @diff end |