Module: OPatch
- Defined in:
- lib/o_patch.rb
Defined Under Namespace
Classes: Patcher
Class Method Summary collapse
Class Method Details
.patch(entity, attributes, &block) ⇒ Object
4 5 6 |
# File 'lib/o_patch.rb', line 4 def self.patch(entity, attributes, &block) Patcher.patch(entity, attributes, &block) end |