Sha256: 0778aca608a76a9d3680a5ee4b7f28f92407dad07f2bba740f3d9a56ac2357dc

Contents?: true

Size: 139 Bytes

Versions: 2

Compression:

Stored size: 139 Bytes

Contents

module Carnival
  class Config
    mattr_accessor :menu
    @@menu

    mattr_accessor :allow_signup
    @@allow_signup = false

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
carnival-0.0.11 lib/carnival/config.rb
carnival-0.0.10 lib/carnival/config.rb