Class: String

Inherits:
Object show all
Includes:
Wee::DupReplaceSnapshotMixin
Defined in:
lib/wee.rb,
lib/wee/state.rb

Overview

required by Rack

Instance Method Summary collapse

Methods included from Wee::DupReplaceSnapshotMixin

#restore_snapshot, #take_snapshot

Instance Method Details

#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