Sha256: 46d232cabf202d6597df3eb4f9755b9a6a72d03b10837f174309bf2b806c27bf
Contents?: true
Size: 247 Bytes
Versions: 11
Compression:
Stored size: 247 Bytes
Contents
module Lolcommits class Capturer attr_accessor :capture_device, :capture_delay, :snapshot_location def initialize(attributes = Hash.new) attributes.each do |attr, val| self.send("#{attr}=", val) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems