lib/pennyworth/presenters/gem.rb in pennyworth-17.3.0 vs lib/pennyworth/presenters/gem.rb in pennyworth-17.4.0
- old
+ new
@@ -2,10 +2,10 @@
require "refinements/string"
module Pennyworth
module Presenters
- # Renders RubyGems records into a compatible format for use in Alfred script filters.
+ # Shapes a RubyGems record for serialization.
class Gem
using Refinements::Array
using Refinements::String
def initialize record, inflector: Inflector.new