Exception: NanDoc::DiffProxy::Fail

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/nandoc/support/diff-proxy.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*a) {|_self| ... } ⇒ Fail

Returns a new instance of Fail.

Yields:

  • (_self)

Yield Parameters:



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

#diffObject

Returns the value of attribute diff.



110
111
112
# File 'lib/nandoc/support/diff-proxy.rb', line 110

def diff
  @diff
end