Sha256: 9c75002fd8ce9bd4dc06f9f5895ba9966939b146bda947bf641ff943b2f3c302

Contents?: true

Size: 151 Bytes

Versions: 4

Compression:

Stored size: 151 Bytes

Contents

class Stagehand
  attr_accessor :opts, :stage
  def initialize(stage, opts)
    @stage = stage
    @opts = opts
    setup
  end

  def setup
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gamebox-0.2.1 lib/gamebox/stagehand.rb
gamebox-0.1.1 lib/gamebox/stagehand.rb
gamebox-0.1.0 lib/gamebox/stagehand.rb
gamebox-0.0.9 lib/gamebox/stagehand.rb