Method: OrientSupport::Hash#delete_if
- Defined in:
- lib/support/orient.rb
#delete_if(&b) ⇒ Object
269 270 271 272 273 |
# File 'lib/support/orient.rb', line 269 def delete_if &b super &b @orient.update set:{ @name => self} end |
269 270 271 272 273 |
# File 'lib/support/orient.rb', line 269 def delete_if &b super &b @orient.update set:{ @name => self} end |