Sha256: e9c21b2b4a9b95ecaacc2caad42275d668608c7bf78ec7752775c3aae7c17aac
Contents?: true
Size: 332 Bytes
Versions: 3
Compression:
Stored size: 332 Bytes
Contents
#!/usr/bin/env ruby # File: script/console irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb' ENV["MIGRATOR_CALLER"] = "console" libs = " -r #{File.dirname(__FILE__) + '/../lib/hypertemplate.rb'} -r ruby-debug" puts "Loading hypertemplate development environment..." exec "#{irb} #{libs} --simple-prompt #{ARGV.join("")}"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hypertemplate-1.2.2 | script/console |
hypertemplate-1.2.1 | script/console |
hypertemplate-1.2.0 | script/console |