Sha256: b2417e7527d4447e61ebca04b4dc500370ccc2b4b0d6971fe45bdc766b2ac7f8

Contents?: true

Size: 173 Bytes

Versions: 6

Compression:

Stored size: 173 Bytes

Contents

#!/usr/bin/env ruby
require 'irb'
require "ramaze"

Conf = Object.new
def Conf.db_path
  __DIR__("./tmp/ruby-station.db")
end

require __DIR__("../model/init.rb")
IRB.start

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby-station-0.1.6 tests/console.rb
ruby-station-0.1.5 tests/console.rb
ruby-station-0.1.4 tests/console.rb
ruby-station-0.1.4.rc3 tests/console.rb
ruby-station-0.1.4.rc2 tests/console.rb
ruby-station-0.1.4.rc1 tests/console.rb