lib/pennyworth/presenters/text.rb in pennyworth-17.3.0 vs lib/pennyworth/presenters/text.rb in pennyworth-17.4.0

- old
+ new

@@ -2,10 +2,10 @@ require "forwardable" module Pennyworth module Presenters - # Renders text into a compatible format for use in Alfred script filters. + # Shapes a text record for serialization. class Text extend Forwardable delegate %i[id content] => :record