Class: Enumerable::Enumerator

Inherits:
Object
  • Object
show all
Defined in:
lib/more/facets/elementor.rb

Instance Method Summary collapse

Instance Method Details

#to_elem(meth = nil) ⇒ Object

Create Elementor.



211
212
213
# File 'lib/more/facets/elementor.rb', line 211

def to_elem(meth=nil)
  Elementor.new(self, meth || :each)
end