Sha256: 5700872e7d80eb6f2ae7aa0843c37861ca1b7f78a95b216d0f2fe6d9fad89477

Contents?: true

Size: 188 Bytes

Versions: 4

Compression:

Stored size: 188 Bytes

Contents

module Gitter

  class Cell

    attr_reader :content, :html_options

    def initialize content, html_options = {}
      @content, @html_options = content, html_options
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gitter-1.1.6 lib/gitter/cell.rb
gitter-1.1.5 lib/gitter/cell.rb
gitter-1.1.4 lib/gitter/cell.rb
gitter-1.1.3 lib/gitter/cell.rb