# File lib/backports/2.5.0/kernel/yield_self.rb, line 2 def yield_self return to_enum(__method__) { 1 } unless block_given? yield self end