Method: String#each

Defined in:
lib/wee.rb

#each {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (String)

    the object that the method was called on



31
# File 'lib/wee.rb', line 31

def each() yield self end