Method: Experience#read

Defined in:
lib/experience.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Experience)

    the object that the method was called on



8
9
10
# File 'lib/experience.rb', line 8

def read
  yield(self)
end