Sha256: 3e2cb0cf55f0962ae9d957374b4b4b73baa0edaeeb836dccccc3931d827a2037
Contents?: true
Size: 550 Bytes
Versions: 20
Compression:
Stored size: 550 Bytes
Contents
# # Project Blog # # Created using bivouac on Wed Aug 01 09:38:28 +0200 2007. # Copyright (c) 2007 __My__. All rights reserved. # # DO NOT EDIT THIS FILE, OR YOU REALLY KNOW WHAT YOU ARE DOING ! # require 'ostruct' module Bivouac class Environment attr_reader :environment def initialize @environment = OpenStruct.new( ) @environment.appname = "Blog" @environment.db = "sqlite3" @environment.appdir = "blog" @environment.orgtype = "GOH" @environment.postamble = "webrick" end end end
Version data entries
20 entries across 20 versions & 1 rubygems