Method: TagIterator#nth_tailer

Defined in:
lib/mega/tagiter.rb

#nth_tailer(tag, n) ⇒ Object



295
296
297
# File 'lib/mega/tagiter.rb', line 295

def nth_tailer(tag,n)
  nth(tag,n) do end
end