Sha256: a87a5bdfa2502af3630dcd5f475501e55a5f19363a477ca9188225e813006c24
Contents?: true
Size: 178 Bytes
Versions: 6
Compression:
Stored size: 178 Bytes
Contents
module Snapme class ImagesnapCommand def call(filename) system(command_name, filename) end private def command_name 'imagesnap' end end end
Version data entries
6 entries across 6 versions & 1 rubygems