Sha256: 322c3ff6c938c9cf2cc029df343299e8e7f7f61e695415a3198e1bd7e673e277
Contents?: true
Size: 229 Bytes
Versions: 7
Compression:
Stored size: 229 Bytes
Contents
class SampleDouble attr_accessor :data, :keywords, :exceptions,:tag def initialize(data=[],keywords=[],exceptions=[],tag=nil) @keywords = keywords @data = data @exceptions = exceptions @tag = tag end end
Version data entries
7 entries across 7 versions & 1 rubygems