Sha256: e15280967d58d98676031cfe57405b8abf22e43d39c57ae13d2498df95cf8f9a
Contents?: true
Size: 230 Bytes
Versions: 6
Compression:
Stored size: 230 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
6 entries across 6 versions & 1 rubygems