You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently new transformers can be registered with the gem DSL using PubliSci::Dataset.register_reader(extension,class), but there is no equivalent method to register Writer classes.
Currently new transformers can be registered with the gem DSL using
PubliSci::Dataset.register_reader(extension,class), but there is no equivalent method to register Writer classes.