Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/backarch.rb

Instance Method Summary collapse

Instance Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (String)

    the object that the method was called on



15
16
17
# File 'lib/backarch.rb', line 15

def pass
  yield self
end