Sha256: 83cae3edc7026871277344d8d2c3a1e84d39c7da773e8de1d8e3370d86407c27
Contents?: true
Size: 297 Bytes
Versions: 3
Compression:
Stored size: 297 Bytes
Contents
require "erb" require "tempfile" require "pathname" require "thor" module Tabby ROOT = Pathname.new(File.dirname(__FILE__) + "/../").expand_path TABBYDIR = Pathname.new("~/.tabby").expand_path end require "tabby/base" require "tabby/runner" require "tabby/creator" require "tabby/editor"
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
tabby2-0.3.0 | lib/tabby.rb |
tabby2-0.2.1 | lib/tabby.rb |
tabby-0.1.0 | lib/tabby.rb |