Method: Bj::Table::ClassMethods#reverse_each
- Defined in:
- lib/bj/table.rb
#reverse_each(*a, &b) ⇒ Object
62 63 64 |
# File 'lib/bj/table.rb', line 62 def reverse_each *a, &b list.reverse.each *a, &b end |
62 63 64 |
# File 'lib/bj/table.rb', line 62 def reverse_each *a, &b list.reverse.each *a, &b end |