Sha256: dc71679e3a6242b31cbe6b8e1fa9e91fb3359b0c1e0a5914ab49b559492eefe0
Contents?: true
Size: 425 Bytes
Versions: 10
Compression:
Stored size: 425 Bytes
Contents
module Lolcommits class Capturer include Methadone::CLILogging attr_accessor :capture_device, :capture_delay, :snapshot_location, :font, :video_location, :frames_location, :animated_duration def initialize(attributes = Hash.new) attributes.each do |attr, val| self.send("#{attr}=", val) end debug "Capturer: initializing new instance " + self.to_s end end end
Version data entries
10 entries across 10 versions & 2 rubygems