あなたの Ruby コードを添削します 【第 4 回】 Tropy で解説した、添削後の設定ファイル config です。
$LOAD_PATH.unshift './lib'
require 'tropy'
def tropy_context
db = Tropy::Database.new("db.pstore", "shift_jis")
screen = Tropy::ScreenManager.new(
:baseurl => "http://www.example.com/tropy/sample.cgi",
:theme => "default",
:templatedir => "template")
Tropy::Application.new(db, screen)
end