class AnyStyle::Normalizer::Publisher
Public Instance Methods
normalize(item, **opts)
click to toggle source
# File lib/anystyle/normalizer/publisher.rb 6 def normalize(item, **opts) 7 replace_author(item) if item.key?(:author) 8 item 9 end