Method: Psych::Handlers::Recorder#initialize
- Defined in:
- lib/psych/handlers/recorder.rb
#initialize ⇒ Recorder
Returns a new instance of Recorder.
28 29 30 31 |
# File 'lib/psych/handlers/recorder.rb', line 28 def initialize @events = [] super end |