Sha256: fecdf53b06ea85c85328c39a6e14308f3e71c088d8a9557e1e04c90c69eceeae
Contents?: true
Size: 229 Bytes
Versions: 12
Compression:
Stored size: 229 Bytes
Contents
module Dandelion class Change attr_reader :path, :type def initialize(path, type, read = nil) @path = path @type = type @read = read end def data @read.() if @read end end end
Version data entries
12 entries across 12 versions & 1 rubygems