Class: Gosu::Window

Inherits:
Object show all
Defined in:
lib/gamebox/spec/helper.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args, &blk) ⇒ Window

Returns a new instance of Window.



7
8
9
10
11
12
# File 'lib/gamebox/spec/helper.rb', line 7

def initialize(*args, &blk)
  # TODO not sure how to handle this for travis-ci breakage..
  # hopefully travis ci starts working again some day...
  # sometimes causes seg faults if running bundle exec rake
  # autorelease garbage in output if I don't do this
end