Sha256: ac3ad7fa302ceb4c8e95d0ccc5a0c33289bc322e7f1f9913d0bc99d26a5f4ac5

Contents?: true

Size: 145 Bytes

Versions: 7

Compression:

Stored size: 145 Bytes

Contents

module Commons
  module Formatter
    module NullAttributesRemover
      def attributes(*args)
        super.compact
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
commons_yellowme-0.16.0 lib/commons/formatter/null_attributes_remover.rb
commons_yellowme-0.15.0 lib/commons/formatter/null_attributes_remover.rb
commons_yellowme-0.12.0 lib/commons/formatter/null_attributes_remover.rb
commons_yellowme-0.11.3 lib/commons/formatter/null_attributes_remover.rb
commons_yellowme-0.11.2 lib/commons/formatter/null_attributes_remover.rb
commons_yellowme-0.11.1 lib/commons/formatter/null_attributes_remover.rb
commons_yellowme-0.11.0 lib/commons/formatter/null_attributes_remover.rb