pantograph/lib/pantograph/actions/println.rb in pantograph-0.1.14 vs pantograph/lib/pantograph/actions/println.rb in pantograph-0.1.15

- old
+ new

@@ -5,10 +5,10 @@ ##################################################### # @!group Documentation ##################################################### def self.description - "Alias for the `puts` action" + 'Alias for the `puts` action' end end end end