Sha256: 6b4f5ead20737bc82c8db3d4d9fc85de00394a66418f7b830f12fc58005034ec

Contents?: true

Size: 212 Bytes

Versions: 7

Compression:

Stored size: 212 Bytes

Contents

class CliFormat::Presenter
  class Base
    def initialize(options, header, rows)
      @options, @header, @rows = options, header, rows
      @buffer = []
    end

    def show
      puts text
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cli-format-0.5.0 lib/cli_format/presenter/base.rb
cli-format-0.4.0 lib/cli_format/presenter/base.rb
cli-format-0.3.0 lib/cli_format/presenter/base.rb
cli-format-0.2.2 lib/cli_format/presenter/base.rb
cli-format-0.2.1 lib/cli_format/presenter/base.rb
cli-format-0.2.0 lib/cli_format/presenter/base.rb
cli-format-0.1.0 lib/cli_format/presenter/base.rb