method
new
v2_2_9 -
Show latest stable
- Class:
Psych::Handlers::Recorder
new()public
No documentation available.
# File ext/psych/lib/psych/handlers/recorder.rb, line 27
def initialize
@events = []
super
end