module BundleNotification::Serializer

Public Class Methods

load(data) click to toggle source
# File lib/bundle_notification/serializer.rb, line 8
def load(data)
  serializer.load(data) if data
end
serializer() click to toggle source
# File lib/bundle_notification/serializer.rb, line 12
def serializer
  BundleNotification.config.serializer || YAML
end