return $copy; }, as => $method, }); } } sub TO_JSON { my ($self) = @_; return "$self"; } ############## PRIVATE METHODS BELOW #########