Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop
This commit is contained in:
commit
75eb3839ad
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue