Sha256: a6f3e225261c8769f0993151a9a6a019a62078ad30fdd1c4ad80b79102aad842

Contents?: true

Size: 195 Bytes

Versions: 10

Compression:

Stored size: 195 Bytes

Contents

require 'awesome_print'

module Mulder
  module Formats
    class Human < Base

      def output
        ap instances.collect(&:as_hash), { index: false, sort: true }
      end

    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mulder-0.4.0 lib/mulder/formats/human.rb
mulder-0.3.2 lib/mulder/formats/human.rb
mulder-0.3.1 lib/mulder/formats/human.rb
mulder-0.3.0 lib/mulder/formats/human.rb
mulder-0.2.1 lib/mulder/formats/human.rb
mulder-0.2.0 lib/mulder/formats/human.rb
mulder-0.1.0 lib/mulder/formats/human.rb
mulder-0.0.5 lib/mulder/formats/human.rb
mulder-0.0.4 lib/mulder/formats/human.rb
mulder-0.0.3 lib/mulder/formats/human.rb