Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop

This commit is contained in:
Seth Call 2014-01-07 16:01:58 +00:00
commit 75eb3839ad
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
module Snapshot
def set_up_snapshot(filepath = 'tmp/snapshots.html')
SS_PATH = 'snapshots.html'
def set_up_snapshot(filepath = SS_PATH)
@size = [1280, 720] #arbitrary
@file = File.new(filepath, "w+")
@file.puts "<HTML><BODY BGCOLOR=grey>"