Class: SuperDiff::Csi::Document::MethodRequest
- Defined in:
- lib/super_diff/csi/document.rb
Instance Method Summary collapse
Methods inherited from Request
Constructor Details
This class inherits a constructor from SuperDiff::Csi::Document::Request
Instance Method Details
#resolve(doc, args, opts, &block) ⇒ Object
156 157 158 159 160 |
# File 'lib/super_diff/csi/document.rb', line 156 def resolve(doc, args, opts, &block) doc.public_send(wrapper) do |d| d.public_send(name, *args, **opts, &block) end end |