Method: Bmg::Algebra::Shortcuts#images
- Defined in:
- lib/bmg/algebra/shortcuts.rb
#images(rights, on = [], options = {}) ⇒ Object
42 43 44 45 46 |
# File 'lib/bmg/algebra/shortcuts.rb', line 42 def images(rights, on = [], = {}) rights.each_pair.inject(self){|memo,(as,right)| memo.image(right, as, on, ) } end |